Merge pull request #523 from lloydk/master

Compass does not work with Rails 3.1 and the asset pipeline disabled
This commit is contained in:
Chris Eppstein 2011-08-30 21:00:58 -07:00
commit 374aed6783

View File

@ -78,6 +78,7 @@ module Compass
end
def configure_rails!(app)
return unless app.config.respond_to?(:sass)
app.config.compass.to_sass_engine_options.each do |key, value|
app.config.sass.send(:"#{key}=", value)
end