Simple Grunt boilerplate for frontend workflow
Full information and instructions can be found in my supporting article, A Beginner's Guide To Grunt: Redux.
To use the code download it, or clone it:
git clone https://github.com/matt-bailey/grunt-frontend-boilerplate.git
Then install the dependencies:
npm install
Simply run:
grunt
A number of other task aliases are available, such as grunt prod
and grunt dev
. Full details can be found in the accompanying article.
time-grunt
load-grunt-config
grunt-concurrent
grunt-contrib-clean
grunt-contrib-imagemin
grunt-sass
grunt-contrib-uglify
grunt-contrig-jshint
jshint-stylish
grunt-contrib-watch
Check out the supporting article, A Beginner's Guide To Grunt: Redux.
Feel free to Leave a comment on the article, or post an issue here on Github.
Created by Matt Bailey.