sudo npm install -g grunt
sudo npm install -g grunt-cli
sudo apt-get install ruby-full
sudo gem install compass
npm install
bower install
Run grunt
to build a deployment version (found in /dist) and grunt serve
for development mode (with livereload & watch).
Running grunt test
will run the unit tests with karma.
git