Class: Sprockets::SassCacheStore

Inherits:
Sprockets::SassProcessor::CacheStore show all
Defined in:
lib/sprockets/sass_cache_store.rb

Overview

Deprecated: Use Sprockets::SassProcessor::CacheStore instead.

Constant Summary

Constants inherited from Sprockets::SassProcessor::CacheStore

Sprockets::SassProcessor::CacheStore::VERSION

Instance Method Summary collapse

Methods inherited from Sprockets::SassProcessor::CacheStore

#_retrieve, #_store, #path_to

Constructor Details

#initialize(*args) ⇒ SassCacheStore

Returns a new instance of SassCacheStore.



29
30
31
32
# File 'lib/sprockets/sass_cache_store.rb', line 29

def initialize(*args)
  Deprecation.new.warn "SassCacheStore is deprecated please use SassProcessor::CacheStore instead"
  super
end