Method: Sprockets::Base#unregister_preprocessor

Defined in:
lib/sprockets/base.rb

#unregister_preprocessor(mime_type, klass) ⇒ Object



179
180
181
182
183
# File 'lib/sprockets/base.rb', line 179

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