/fast-closure-compiler

Make the Google Closure Compiler start faster

Primary LanguageJavaScript

fast-closure-compiler

This gets around the long startup time of Google Closure Compiler using Nailgun, which runs a single java process in the background and keeps all of the classes loaded.

Installation:

npm install fast-closure-compiler

Usage:

closure --js script.js --js_output_file script.min.js