It's my personal workflow to build simple HTML/CSS projects. This boilerplate use Bootstrap-Sass and Font Awesome.
- Images optimisation
- Sass compilation
- CSS autoprefix
- CSS and JS minification
- Remove unused CSS rules
- Generate sourcemap files
- Livrereload
### Install
npm install bower install
- build Compile sass, prefix css and copy all necessary file to dist folder.
- build:optimized Compile sass, prefix css, remove unused css class, minimify css and js and copy all necessary file to dist folder.
- watch Launch livereload
To run a task :
gulp task_name
To use livereload, you shoud install a browser plugin : [https://github.com/vohof/gulp-livereload]
e.g. :
bower install --save font-awesome