Skip to content
This repository has been archived by the owner on Mar 1, 2018. It is now read-only.

teppeis/fast-closure-compiler2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

*** DEPRECATED ***

This package is deprecated. Use closure-gun instead.

fast-closure-compiler2 NPM version

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:

  • Required: gcc and mvn
  • Supported environment: Mac OS and Linux
$ npm install fast-closure-compiler2

Usage:

$ fastclosure --js script.js --js_output_file script.min.js

fast-closure-compiler2 vs. fast-closure-compiler

Folked because the original fast-closure-compiler is not maintained.

The advantages are:

  • Support latest Closure Compiler and Nailgun
  • Support Mac OS 10.9 and 10.10
  • Support Linux environment in addition to Mac OS
  • Expose fastclosure as global command instead of closure

License

MIT License: Teppei Sato <[email protected]>

About

Make the Google Closure Compiler start faster

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 39.5%
  • Makefile 36.2%
  • Java 16.5%
  • C 7.8%