Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 363 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 363 Bytes

Gulp boilerplate

  • SASS
  • ES6 (Babel)
  • Uglify JavaScript
  • Browsersync
  • Minify CSS
  • Delete not used CSS rules
  • Autoprefix CSS
  • Image optimization
  • Browserify

Set up

Requirements

  • Gulp npm install gulp -g

Instalation

  • yarn install
  • gulp for development
  • gulp build for distribution

To do

  • Add Cache bust
  • Update gulpfile