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 ignoreOutpurWrapperSyncDebugAndAssert option that defaults to true... #35

Closed mrburrito closed 11 years ago

mrburrito commented 11 years ago

.... When true, the generateSyncLibrary() method will pass an empty string to writeOutput() instead of the configured outputWrapper when writing the synchronous debug and assert libraries.

https://github.com/jlgrock/ClosureJavascriptFramework/issues/34