# File lib/sprockets/base.rb, line 113
    def clear_paths
      # Overrides the global behavior to expire the index
      expire_index!
      super
    end