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

Added option to generate minified, synchronously loading debug and asser... #32

Closed mrburrito closed 11 years ago

mrburrito commented 11 years ago

...t files. Updated ErrorLevel enum, removing unnecessary functionality duplicating the behavior of Enum.values() and Enum.valueOf().

mrburrito commented 11 years ago

Realized there was some missing functionality -- specifically generation of the async assert file. Will create a new pull request shortly.