Skip to content

Latest commit

 

History

History
executable file
·
31 lines (21 loc) · 696 Bytes

README.md

File metadata and controls

executable file
·
31 lines (21 loc) · 696 Bytes

Gulp, Nunjucks, SASS

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

Setup

  1. Install Gulp and NPM if you do not already have them.

  2. Install npm dependencies

npm install
  1. Run Gulp
gulp