removed all cacheing from importer class it causes more problems then it was worth

This commit is contained in:
Scott Davis 2011-06-09 16:37:50 -04:00
parent 5138c94ec4
commit 4461f1be5f

View File

@ -100,7 +100,7 @@ module Compass
# Returns the sass options for this sprite
def sass_options
@sass_options ||= options.merge(:filename => name, :syntax => :scss, :importer => self)
options.merge(:filename => name, :syntax => :scss, :importer => self)
end
# Returns a Sass::Engine for this sprite object