Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 422 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 422 Bytes

Setup

You'll need nodejs and ruby:

gem install bundler                # http://gembundler.com/
bundle install                     # Dev dependencies in Gemfile
npm install                        # Dev dependencies in package.json
./node_modules/.bin/bower install  # App dependencies

Compile

Watch for changes, compile Javascript and SCSS

grunt watch

Compile all

grunt all