Method: Sprockets::Base#unregister_postprocessor

Defined in:
lib/sprockets/base.rb

#unregister_postprocessor(mime_type, klass) ⇒ Object



191
192
193
194
195
# File 'lib/sprockets/base.rb', line 191

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