A simple Grunt base for web projects
git clone https://github.com/gpmd/gruntbase.git .
bower install
npm install
Development mode:
grunt --env=dev
Production mode:
grunt --env=prod
Styles reporting (SCSS lint / CSS stats) mode:
grunt report
Created by Matt Bailey.