Sha256: a5719bccd6ede3436e7a788656ef086a30f887906baf2fc13aa5dde7f82daabf
Contents?: true
Size: 703 Bytes
Versions: 3
Compression:
Stored size: 703 Bytes
Contents
# frozen_string_literal: true require "defra_ruby_template/version" module DefraRubyTemplate module Rails class Engine < ::Rails::Engine initializer "defra_ruby_template.assets.precompile" do |app| app.config.assets.precompile << [ "favicon.ico", "govuk-apple-touch-icon-152x152.png", "govuk-apple-touch-icon-167x167.png", "govuk-apple-touch-icon-180x180.png", "govuk-apple-touch-icon.png", "govuk-crest-2x.png", "govuk-crest.png", "govuk-logotype-crown.png", "govuk-mask-icon.svg", "govuk-opengraph-image.png" ] end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
defra_ruby_template-5.4.0 | lib/defra_ruby_template.rb |
defra_ruby_template-3.15.1 | lib/defra_ruby_template.rb |
defra_ruby_template-3.15.0 | lib/defra_ruby_template.rb |