disable sass cache since it cant marshal the path to the MM instance
This commit is contained in:
parent
c2d85c35f2
commit
f0fcebe169
|
@ -20,7 +20,8 @@ class Middleman::CoreExtensions::Compass < ::Middleman::Extension
|
|||
::Compass.configuration do |compass_config|
|
||||
compass_config.project_path = app.source_dir
|
||||
compass_config.environment = :development
|
||||
compass_config.cache_path = app.config[:sass_cache_path]
|
||||
compass_config.cache = false
|
||||
# compass_config.cache_path = app.config[:sass_cache_path]
|
||||
compass_config.sass_dir = app.config[:css_dir]
|
||||
compass_config.css_dir = app.config[:css_dir]
|
||||
compass_config.javascripts_dir = app.config[:js_dir]
|
||||
|
|
Loading…
Reference in a new issue