1.0.0 • Published 7 years ago

simple-gulp-closure_compiler v1.0.0

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

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