Method: Sprockets::AssetAttributes#processors

Defined in:
lib/sprockets/asset_attributes.rb

#processorsObject

Returns all processors to run on the path.



97
98
99
100
101
# File 'lib/sprockets/asset_attributes.rb', line 97

def processors
  environment.preprocessors(content_type) +
    engines.reverse +
    environment.postprocessors(content_type)
end