class Rake::SprocketsTask
def manifest
Will be created by default if an environment and output
`Manifest` instance used for already compiled assets.
def manifest if !@manifest.is_a?(Sprockets::Manifest) && @manifest.respond_to?(:call) @manifest = @manifest.call else @manifest end end