1.0.0 • Published 8 years ago

gulp-webbuild v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

WebBuild

Web build automation to transpile ES6, minify CSS and JS, inject into HTML, and move files from a to b. Requires Node JS 6+. Uses gulp and many gulp modules.

Use

WebBuild comes with 5 dead-simple functions to help you set up and build your front-end web application. The purpose of doing this is to minimize file requests and sizes between your server and clients. It also allows extremely easy sharing of common files without the need to include them in each HTML page. Read about each function in their wikis:

  1. buildFileSys - builds an object into a collection of file paths
  2. buildJs - transpiles, concats, minfies, and renames scripts
  3. buildCss - concats, minfies, and renames stylesheets
  4. buildInject - injects HTML into HTML
  5. buildMove - moves files from a to b

Gulp and Pump

As a convenience, WebBuild also exposes and exports gulp and buildPump, which is a tiny wrapper around pump that simply logs error messages.

Installation

npm install --save-dev gulp-webbuild

Contributors

Written by Anthony Agostino

License

Licensed under the MIT license