Skip to content

Commit

Permalink
Files will update when changes are made now.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpclark authored and rmm5t committed Dec 30, 2014
1 parent f2a1450 commit 1873fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compass-rails/patches/sass_importer.rb
Expand Up @@ -8,7 +8,7 @@
def evaluate(context, locals, &block)
# Use custom importer that knows about Sprockets Caching
cache_store = begin Sprockets::SassCacheStore.new(context.environment); rescue; nil; end ||
Sprockets::SassProcessor::CacheStore.new(sprockets_cache_store, Sprockets::Cache::VERSION)
Sprockets::SassProcessor::CacheStore.new(sprockets_cache_store, context.environment)
paths = context.environment.paths.map { |path| CompassRails::SpriteImporter.new(context, path) }
paths += context.environment.paths.map { |path| sass_importer(context, path) }
paths += ::Rails.application.config.sass.load_paths
Expand Down

0 comments on commit 1873fcb

Please sign in to comment.