class Sprockets::Base

def prepend_path(path)

def prepend_path(path)
  # Overrides the global behavior to expire the index
  expire_index!
  super
end