- Node 0.10+
- Ruby 1.9.3+
Install globally dependencies:
npm install -g grunt-cli bower
bundle install
npm install
bower install
On development
grunt [watch]
On production
grunt build
bundle exec cap [staging|production] deploy
grunt gh-pages