This is a gulp template using for web development.
- SASS, PUG
- Minify javascript, css and images
- Livereload used with the livereload chrome extension
|- src/ #Source
|- static/
|- js/
|- index.js
|- sass/
|- style.sass
|- images/
|- index.pug
|- docs/ #Destination
|- static/
|- js/
|- index.js
|- css/
|- style.css
|- images/
|- index.html
|- gulpfile.js
|- package.json
|- node_modules/