class Rake::SprocketsTask

def manifest

directory are given
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