simple-gulp-closure_compiler
v1.0.0
Published
A simple js project using gulp + closure_compiler. Hope this makes you quickly develop your js app.
Downloads
2
Readme
simple-gulp-closure_compiler
A simple js project using gulp + closure_compiler. Hope this makes you quickly develop your js app.
Build
Build dev (without closure compiler + with log)_: gulp --env=dev
Build prod (with closure compiler + without log): gulp
Build test (with closure compiler + with log)___: gulp --env=test
Build test (with closure compiler + without log): gulp --env=test --disable-debug
Notice
[no thing]