Skip to content
macournoyer edited this page Sep 13, 2010 · 8 revisions

To load compass into your Webby project, set up your Sitefile with the following options:

require 'compass'

Webby.site.sass_options.update = {
:load_paths =>
[File.join(File.expand_path(File.dirname(FILE)), ‘src’, ‘stylesheets’ )] +
Compass::Frameworks::ALL.map{|f| f.stylesheets_directory }
}

If you haven’t already done so, install the gem:

gem sources --add http://gems.github.com
sudo gem install chriseppstein-compass
Clone this wiki locally