INSTALLATION : Navigate to your project directory and type
$ git clone https://github.com/benjaminhorner/grunt-boilerplate
Launch with : $ grunt
Build with $ grunt build
Working files are in the src repository (coffee, sass etc…). Development files are in the dev repository (uncompiled css, uncompiled javascript, optimized file structure and images). Production files are in the prod repository (compiled css, compiled javascript, compiled html, optimized file structure and images).