brew update
brew install npm
npm install -g bower grunt-cli
brew install libsass
Be sure you're in the project root
npm install
bower install
# This command will compile all SCSS and Coffeescript and then start watching the directory
# and recomplie when there are any changes
grunt