Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 522 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 522 Bytes

gulp-scss-boilerplate

This boilerplate has been created for quick start in website development.

Boilerplate contains Gulp as a task runner, preprocessors (SCSS). There are few useful tasks in gulpfile.js:

  • compiling preprocessors in CSS;
  • automatic page reload (browsersync)
  • CSS files compression
  • task for building project into 'dist' folder before production

Quick start with this boilerplate: