1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

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
# if build?
# ::Compass.configuration do |config|
# config.environment = :production
# end
# end
if build?
::Compass.configuration do |config|
config.environment = :production
config.project_path = File.join(root, build_dir)
end
end
run_hook :compass_config, ::Compass.configuration
run_hook :after_compass_config