removed all cacheing from importer class it causes more problems then it was worth
This commit is contained in:
parent
5138c94ec4
commit
4461f1be5f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user