A nice little Gulp project using Nunjucks,SASS and Gulp. Browsersync runs out of 'dist' folder and watches all Nunjucks templates, SASS and JS and live reloads in browser on change. Also worked in some img min and moving fonts and assets to a 'dist' folder for easy deployment.
Gulp tasks used:
- sass
- autoprefixer
- sassdoc
- browserSync
- nunjucksRender
- script concat
- imagemin
- pngquant
npm install
- Run Gulp
gulp