lib/compass/installers/rails.rb in chriseppstein-compass-0.4.2 vs lib/compass/installers/rails.rb in chriseppstein-compass-0.5.0

- old
+ new

@@ -8,9 +8,10 @@ if File.exists?(configuration_file) open(configuration_file) do |config| eval(config.read, nil, configuration_file) end end + Compass.configuration.set_maybe(options) end def init set_sass_dir unless sass_dir set_css_dir unless css_dir