closure-compiler-jar
v0.0.1
Published
closure-compiler npm module
Downloads
10
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-compilerExample
# dev environment
export PATH=`npm bin`:$PATH
# ...
closure-compiler --some options < in > out