closure-compiler-jar
v0.0.1
Published
closure-compiler npm module
Downloads
23
Readme
closure-compiler
Allows you to add closure-compiler
as dependency so that you can use it in
your CI builds
Installation
Install with npm
$ npm install --save-dev closure-compiler
Example
# dev environment
export PATH=`npm bin`:$PATH
# ...
closure-compiler --some options < in > out