All Projects → evanw → fast-closure-compiler

evanw / fast-closure-compiler

Licence: other
Make the Google Closure Compiler start faster

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
c
50402 projects - #5 most used programming language

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].