Use it as a start point for new HTML/CSS projects.
- SASS => CSS compile and watch
- nunjucks -> HTML compile and watch
- sourcemaps
- live reload (browsersync)
- notifications (
gulp-notify
) - postCSS:
- autoprefixer
- SCSS stylelint
- warnings about browser CSS support (doiuse)
- css minification with cssnano (only in prod mode)
npm install gulp-cli -g
npm install
For developing, type
gulp
For production build, type
gulp build --production