0.1.12 • Published 7 years ago

closure-gun v0.1.12

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

closure-gun Travis CI Status 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: Maven (mvn) and C++ Compiler (gcc or clang)
  • Supported environment: OS X and Linux
$ npm install closure-gun

Usage:

$ closure-gun --js script.js --js_output_file script.min.js

closure-gun (fork 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 OS X 10.9+ (tested 10.10/10.11)
  • Support Linux environment in addition to OS X
  • Expose closure-gun as global command instead of closure

License:

The MIT License (MIT)

Author:

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago