Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 425 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 425 Bytes

Setup

You'll need nodejs and ruby (for Compass, Scss):

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

Compile

Watch for changes, compile Javascript and SCSS, and run server

grunt

Compile all, minify don't start server

grunt all