correct a relative_assets issue

This commit is contained in:
Thomas Reynolds 2012-03-10 19:51:47 -08:00
parent 7d7f9a20ef
commit 89bd4f1eaf

View file

@ -27,6 +27,7 @@ module Middleman::CoreExtensions::Compass
config.http_path = http_prefix config.http_path = http_prefix
config.asset_cache_buster :none config.asset_cache_buster :none
config.relative_assets = false
config.output_style = :nested config.output_style = :nested
if respond_to?(:asset_host) && asset_host.is_a?(Proc) if respond_to?(:asset_host) && asset_host.is_a?(Proc)