Sha256: e5eb29cd2aae5a75fa16d776b7679864ef9a59df2b946d68a2fe8b5e5ef970f4
Contents?: true
Size: 579 Bytes
Versions: 12
Compression:
Stored size: 579 Bytes
Contents
module GovukTemplate class Engine < ::Rails::Engine initializer "govuk_template.assets.precompile" do |app| app.config.assets.precompile += %w( favicon.ico govuk-template*.css fonts*.css govuk-template.js ie.js apple-touch-icon-180x180.png apple-touch-icon-167x167.png apple-touch-icon-152x152.png apple-touch-icon.png gov.uk_logotype_crown_invert.png gov.uk_logotype_crown_invert_trans.png gov.uk_logotype_crown.svg opengraph-image.png ) end end end
Version data entries
12 entries across 12 versions & 1 rubygems