I am working on a project with complex scss consisting of multiple files and the refresh times in livereload take a long time.
It seems that in MIddleman caching is disabled for sass by default – I don’t see a .sass-cache folder anywhere. I believe that enabling it will speed up the compilation of scss dramatically. How can I re-enable this option?
Something like
sass_options = { cache: true }
I guess I am not sure how to access the sass options in Middlemanapp … how can I do this?