class Sprockets::Base

def unregister_preprocessor(mime_type, klass)

def unregister_preprocessor(mime_type, klass)
  # Overrides the global behavior to expire the index
  expire_index!
  super
end