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