Skip to content

Staticmatic Integration

chriseppstein edited this page Sep 13, 2010 · 9 revisions

To load compass into your Staticmatic project, set up your src/configuration.rb with the following options:

require 'compass'

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

Clone this wiki locally