Closure Compiler is a JavaScript optimizing compiler. It parses your
JavaScript, analyzes it, removes dead code and rewrites and minimizes
what's left. It also checks syntax, variable references, and types, and
warns about common JavaScript pitfalls. It is used in many of Google's
JavaScript apps, including Gmail, Google Web Search, Google Maps, and
Google Docs.
Artifacts using closure-compiler version r2180 (20)
9.Closure Compiler Maven Plugin
com.github.jlgrock.javascript-framework » closure-compiler-maven-plugin MIT
The plugin that will create a debug version and run the Google Closure Compiler on the source code to create a heavily minified file.
Last Release on Apr 16, 2015