continue trying to fix compass issue
This commit is contained in:
parent
79eeba9d1a
commit
cdff84b84a
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue