Skip to content

evanw/fast-closure-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Make the Google Closure Compiler start faster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published