Every now and again, I remember I have a GitHub account and throw something simple up there. I made a Grunt Boilerplate years ago and finally got around to making one for Gulp. There are a few features I still need to stick in, but I like to have a starting point rather than re-inventing my tasks every project.

Gulp-Sass-JS-BrowserSync-Boilerplate

Features all the greatest hits:

  • Sass processing
  • CSS Browser auto-prefixing
  • CSS minification
  • JS Uglify (minification)
  • BrowserSync (Inject CSS changes + follow, reload on JS change)

This is mostly for my own benefit, but if anyone finds it useful, I'm glad. You can nab it here Gulp-Sass-JS-BrowserSync-Boilerplate