# File lib/sprockets/sass_importer.rb, line 21
    def find(*args)
      engine = super
      if engine && (filename = engine.options[:filename])
        @context.depend_on(filename)
      end
      engine
    end