correct a relative_assets issue
This commit is contained in:
parent
7d7f9a20ef
commit
89bd4f1eaf
|
@ -27,6 +27,7 @@ module Middleman::CoreExtensions::Compass
|
|||
config.http_path = http_prefix
|
||||
|
||||
config.asset_cache_buster :none
|
||||
config.relative_assets = false
|
||||
config.output_style = :nested
|
||||
|
||||
if respond_to?(:asset_host) && asset_host.is_a?(Proc)
|
||||
|
|
Loading…
Reference in a new issue