Skip to content

Commit

Permalink
[RUBY-3223] Update asset precompile list with new favicon and GOV.UK …
Browse files Browse the repository at this point in the history
…images
  • Loading branch information
jjromeo committed Jun 18, 2024
1 parent f3387d5 commit f87efe5
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions lib/defra_ruby_template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,10 @@ class Engine < ::Rails::Engine
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"
"favicon.svg",
"govuk-icon-mask.svg",
"govuk-icon-180.png",
"manifest.json"
]
end
end
Expand Down

0 comments on commit f87efe5

Please sign in to comment.