Fix Railtie initialization when initialize_on_precompile is disabled
This commit is contained in:
parent
bd204a4f58
commit
87d3bdc09d
@ -76,7 +76,7 @@ end
|
|||||||
|
|
||||||
module Compass
|
module Compass
|
||||||
class Railtie < Rails::Railtie
|
class Railtie < Rails::Railtie
|
||||||
initializer "compass.initialize_rails" do |app|
|
initializer "compass.initialize_rails", :group => :all do |app|
|
||||||
# Configure compass for use within rails, and provide the project configuration
|
# Configure compass for use within rails, and provide the project configuration
|
||||||
# that came via the rails boot process.
|
# that came via the rails boot process.
|
||||||
Compass::AppIntegration::Rails.check_for_double_boot!
|
Compass::AppIntegration::Rails.check_for_double_boot!
|
||||||
|
Loading…
Reference in New Issue
Block a user