jlgrock / ClosureJavascriptFramework

A group of plug-ins that can be used in conjunction with maven to execute the Google Closure Compiler on JavaScript code. This Framework allows for scaling and modularity.
MIT License
16 stars 7 forks source link

Allow User to specify version of closure-library #11

Open jlgrock opened 12 years ago

jlgrock commented 12 years ago

In many cases, it would be nice if there was a way to specify the version of the closure-library. Right now, the version packaged with the framework is not adjustable. This can be remedied by cloning the closure-library repo in an automated way and packaging it as a maven product for use in the jsdependency plugin.