Parent

Methods

Compass::SpriteImporter

Public Instance Methods

find(uri, options) click to toggle source
# File lib/compass-rails/patches/sprite_importer.rb, line 9
def find(uri, options)

  if old = old_find(uri, options)
    @_options = options
    self.class.files(uri).each do |file|
      if pathname = resolve(file)
        context.depend_on(pathname)
      end
    end
  end

  old
end
Also aliased as: old_find
old_find(uri, options) click to toggle source
Alias for: find

[Validate]

Generated with the Darkfish Rdoc Generator 2.