instance method write_manifest

Ruby on Rails 3.2.22.5

Since v3.1.12 Last seen in v3.2.22.5

Available in: v3.1.12 v3.2.22.5

Signature

write_manifest(manifest)

No documentation comment.

Parameters

manifest req
Source
# File actionpack/lib/sprockets/static_compiler.rb, line 28
    def write_manifest(manifest)
      FileUtils.mkdir_p(@manifest_path)
      File.open("#{@manifest_path}/manifest.yml", 'wb') do |f|
        YAML.dump(manifest, f)
      end
    end

Defined in actionpack/lib/sprockets/static_compiler.rb line 28 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Sprockets::StaticCompiler

Type at least 2 characters to search.

↑↓ navigate · open · esc close