3.2.5 • Published 4 years ago

gulp-web-build v3.2.5

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

#gulp-web-build

Util for building a web application with gulp.

Install and build

npm install gulp prep gulp build

Debug

Set log level log=error|warn|info|verbose|debug|silly gulp build

Write log to file NODE_ENV=production gulp build > output.log

Write lot to file and console NODE_ENV=production gulp build 2>&1 | tee output.log