Minor SassC load_paths fix

feature/livereload-locales-data v4.0.0.rc.2
Thomas Reynolds 2015-11-30 17:40:14 -08:00
parent 7b3f5384e9
commit 2178a755e2
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ module Middleman
def initialize(app, options={}, &block)
super
logger.info "== Prefering use of LibSass" if defined?(::SassC)
logger.info "== Preferring use of LibSass" if defined?(::SassC)
app.files.ignore :sass_cache, :source, /(^|\/)\.sass-cache\//
@ -75,7 +75,7 @@ module Middleman
ctx = @context
more_opts = {
load_paths: ctx.config[:sass_assets_paths],
load_paths: ::Sass.load_paths | ctx.config[:sass_assets_paths],
filename: eval_file,
line: line,
syntax: syntax,