greenscript icon indicating copy to clipboard operation
greenscript copied to clipboard

A tool help web developers manage javascript/css rendering, including minimize and dependence management

Results 29 greenscript issues
Sort by recently updated
recently updated
newest added

Bumps [junit](https://github.com/junit-team/junit4) from 4.8.1 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

cf discussion https://groups.google.com/forum/#!msg/play-framework/6xNatU8-89o/KQAgGt0HrT4J ``` javascript Jun 4, 2012 5:52:03 PM com.google.javascript.jscomp.LoggerErrorManager println WARNING: greenscript.js:1: WARNING - Parse error. Non-JSDoc comment has annotations. Did you mean to start it with '/**'?...

This commit will fix the issue we have discussed, changing from set to list.

If you want to use calc(~"50% - 12px") it the 50% - 12 gets all the time calculated by less instead of pushing it to the css like it is.

I would like to extend the plugin but can't because the current version did not compile. Could you please provide or point me to the missing class.

I'm trying to get [Twitter Bootstrap 2](https://github.com/twitter/bootstrap/tree/2.0-wip/js) working with GreenScript and getting Less compile errors like: ``` error compile less file: /public/stylesheets/bootstrap.less, error: Parse Error: Syntax Error on line 15...

Hi Green, Just turned on memcached for the first time as the Play! Cache implementation and immediately have a problem. Looking at GreenScriptPlugin.bufferLocator_.newBuffer(List resourceNames, String extension) it adds the buffer...

HOW TO REPRODUCE: - Go to some non-existing page; e.g. http://localhost:9000/not-existing-page - Notice that the page does not include CSS or JavaScript defined by the greenscript -tags My app/views/errors/404.html is...

@greenscript.js(output="all") doesn't display the inline javascripts. Eg. the javascript in the following code is missing from the generated html: @greenscript.js() { alert("hello"); }

When performing play idealize command, the error below is generated: ~ _ _ ~ _ __ | | __ _ _ _| | ~ | '_ | |/ _' |...