A simple gulp build with just the necessities
These builds are often too complicated so this build tries to address minimum but important project requirements:
- Script minification and concatenation.
- Script error checking using js Hint.
- SASS transformation to CSS and minification.
- Hot rebuild and reloading onchange.
- A Simple HTTP server
- Automated testing also possible.
Type npm install
Type gulp