Sha256: 19a73965b9cefdc2a6229fbe1858c4dcfe3f85794ffca09a16e5981176f46f52

Contents?: true

Size: 681 Bytes

Versions: 14

Compression:

Stored size: 681 Bytes

Contents

require "dxw_govuk_frontend_rails/version"

module DxwGovukFrontendRails
  module Rails
    class Engine < ::Rails::Engine
      initializer 'GovukFrontendRails.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

14 entries across 14 versions & 1 rubygems

Version Path
dxw_govuk_frontend_rails-4.6.0 lib/dxw_govuk_frontend_rails.rb
dxw_govuk_frontend_rails-4.0.0 lib/dxw_govuk_frontend_rails.rb
dxw_govuk_frontend_rails-3.14.0 lib/dxw_govuk_frontend_rails.rb
dxw_govuk_frontend_rails-3.13.1 lib/dxw_govuk_frontend_rails.rb
dxw_govuk_frontend_rails-3.12.0 lib/dxw_govuk_frontend_rails.rb
dxw_govuk_frontend_rails-3.11.0 lib/dxw_govuk_frontend_rails.rb
dxw_govuk_frontend_rails-3.10.2 lib/dxw_govuk_frontend_rails.rb
dxw_govuk_frontend_rails-3.9.1 lib/dxw_govuk_frontend_rails.rb
dxw_govuk_frontend_rails-3.8.0 lib/dxw_govuk_frontend_rails.rb
dxw_govuk_frontend_rails-3.7.0 lib/dxw_govuk_frontend_rails.rb
dxw_govuk_frontend_rails-3.6.0 lib/dxw_govuk_frontend_rails.rb
dxw_govuk_frontend_rails-3.5.0 lib/dxw_govuk_frontend_rails.rb
dxw_govuk_frontend_rails-3.4.0 lib/dxw_govuk_frontend_rails.rb
dxw_govuk_frontend_rails-3.3.1 lib/dxw_govuk_frontend_rails.rb