This package has been deprecated

Author message:

Use `closure-gun` instead

fast-closure-compiler2

0.1.3 • Public • Published

*** 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 <teppeis@gmail.com>

Readme

Keywords

Package Sidebar

Install

npm i fast-closure-compiler2

Weekly Downloads

5

Version

0.1.3

License

MIT

Last publish

Collaborators

  • teppeis