- Install node.js http://nodejs.org/download/
- Install grunt-cli
npm install -g grunt-cli - Clone
gruntjs/grunt-init-nodefrom GitHub into the appropriate directory (see https://github.com/gruntjs/grunt-init-node for instructions)git clone git@github.com:gruntjs/grunt-init-node.git ~/.grunt-init/node - Clone the sample repository, switch/checkout to tag
grunt-init-1git clone git@github.com:hsrob/hs-playground.git - Change directory to the cloned folder, install node packages using npm
npm install grunt-contrib-nodeunit --save-devnpm install grunt-contrib-jshint --save-devnpm install grunt-contrib-watch --save-devnpm install grunt-contrib-uglify --save-devnpm install grunt-contrib-concat --save-devnpm install grunt-contrib-cssmin --save-dev
(Coming soon)
(Coming soon)
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
(Nothing yet)
Copyright (c) 2013 Robert Parker
Licensed under the Apache v2 license.