Skip to content
This repository has been archived by the owner on Sep 15, 2019. It is now read-only.
/ WebBuild Public archive

Simple frontend web build automation using gulp modules

License

Notifications You must be signed in to change notification settings

Voliware/WebBuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple frontend web build automation using gulp modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published