I have just released a Play! framework module called GreenScript at github.
This module help Play application developer to do javascript/css file dependency management and minizing.
There are mainly three parts in this module:
* a configuration file to define the dependencies of javascript and css files
* several javascript for loading configuration/maintaining dependencies and output javascript files (in compressed form if configured) in a sequence defined by the dependency
* two play template tags to declare javascript and css file in html templates
No comments:
Post a Comment