Add SassC message

feature/livereload-locales-data
Thomas Reynolds 2015-11-30 17:29:46 -08:00
parent 07a216d5ca
commit 7b3f5384e9
1 changed files with 2 additions and 0 deletions

View File

@ -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 }