0.0.1 • Published 10 years ago

closure-compiler-jar v0.0.1

Weekly downloads
9
License
-
Repository
github
Last release
10 years ago

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