class Sprockets::Base

def append_path(path)

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