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
Watch for changes, compile Javascript and SCSS, and run server
grunt
Compile all, minify don't start server
grunt all