11/24/2014 4:29:54 PM

This has two commands. The first "bundle" will pull all ruby gems that you need. The second compiles your SCSS files. This command is run within the same directory as your config.rb file.

//will pull the ruby gems # bundle //will compile your files # compass compile