# File lib/sprockets/base.rb, line 107
    def append_path(path)
      # Overrides the global behavior to expire the index
      expire_index!
      super
    end