Add SassC message
This commit is contained in:
parent
07a216d5ca
commit
7b3f5384e9
|
@ -8,6 +8,8 @@ module Middleman
|
|||
def initialize(app, options={}, &block)
|
||||
super
|
||||
|
||||
logger.info "== Prefering use of LibSass" if defined?(::SassC)
|
||||
|
||||
app.files.ignore :sass_cache, :source, /(^|\/)\.sass-cache\//
|
||||
|
||||
opts = { output_style: :nested }
|
||||
|
|
Loading…
Reference in a new issue