Skip to content

Instantly share code, notes, and snippets.

@sj26
Created June 7, 2011 01:14
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sj26/1011479 to your computer and use it in GitHub Desktop.
Save sj26/1011479 to your computer and use it in GitHub Desktop.
Rails 3.1 compass initializer
config.generators.stylesheet_engine = :sass
Sass::Engine::DEFAULT_OPTIONS[:load_paths].tap do |load_paths|
load_paths << "#{Rails.root}/app/assets/stylesheets"
load_paths << "#{Gem.loaded_specs['compass'].full_gem_path}/frameworks/compass/stylesheets"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment