continue trying to fix compass issue

This commit is contained in:
Thomas Reynolds 2012-02-08 08:49:40 -08:00
parent 79eeba9d1a
commit cdff84b84a

View file

@ -34,11 +34,12 @@ module Middleman::CoreExtensions::Compass
end end
end end
# if build? if build?
# ::Compass.configuration do |config| ::Compass.configuration do |config|
# config.environment = :production config.environment = :production
# end config.project_path = File.join(root, build_dir)
# end end
end
run_hook :compass_config, ::Compass.configuration run_hook :compass_config, ::Compass.configuration
run_hook :after_compass_config run_hook :after_compass_config