class Sprockets::Base

def clear_paths

def clear_paths
  # Overrides the global behavior to expire the index
  expire_index!
  super
end