originally posted @ericdfields.com
Yeoman uses a Grunt.js file for its settings, so installing Compass frameworks is a little bit different…
Any Compass-based project I've worked on had a config.rb where you set your Compass options (or in the case of Rails, config/compass.rb). In a new, bare-bones Yeoman project however, there's no such file. Instead, Yeoman uses Grunt to set the options for the Compass compiler.
The default settings for Compass looks like this: