[Rails] Fix the invalid reference to the compass configuration file.
This commit is contained in:
parent
2751e3b913
commit
faf589bead
@ -91,7 +91,7 @@ module Compass
|
|||||||
def initializer_contents
|
def initializer_contents
|
||||||
%Q{require 'compass'
|
%Q{require 'compass'
|
||||||
# If you have any compass plugins, require them here.
|
# If you have any compass plugins, require them here.
|
||||||
Compass.configuration.parse(File.join(RAILS_ROOT, "config", "compass.config"))
|
Compass.configuration.parse(File.join(RAILS_ROOT, "config", "compass.rb"))
|
||||||
Compass.configuration.environment = RAILS_ENV.to_sym
|
Compass.configuration.environment = RAILS_ENV.to_sym
|
||||||
Compass.configure_sass_plugin!
|
Compass.configure_sass_plugin!
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user