mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Disable sass cache
This commit is contained in:
parent
0b9ea13364
commit
e0effcf32f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ module Middleman
|
|||
app.after_feature_init do
|
||||
views_root = File.basename(self.views)
|
||||
::Compass.configuration do |config|
|
||||
config.cache_path = File.join(self.root, ".sass-cache") # For sassc files
|
||||
config.cache = false # For sassc files
|
||||
config.project_path = self.root
|
||||
config.sass_dir = File.join(views_root, self.css_dir)
|
||||
config.output_style = :nested
|
||||
|
|
Loading…
Reference in a new issue