Sha256: eb0265a0a13ef6570ca5867a8b954e825645ee7978c451ea4fc40153f60bbd4b

Contents?: true

Size: 341 Bytes

Versions: 5

Compression:

Stored size: 341 Bytes

Contents

Rails.application.configure do
    config.assets.precompile += %w( 
        android-chrome-192x192.png 
        android-chrome-512x512.png 
        apple-touch-icon.png
        favicon.ico
        customer_logo.png
        logo.png
        manifest.json
    )
    config.assets.precompile += %w( devise/sessions.css devise/sessions.js )
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
thecore_ui_commons-3.0.10 config/initializers/thecore_ui_commons_assets.rb
thecore_ui_commons-3.0.9 config/initializers/thecore_ui_commons_assets.rb
thecore_ui_commons-3.0.8 config/initializers/thecore_ui_commons_assets.rb
thecore_ui_commons-3.0.7 config/initializers/thecore_ui_commons_assets.rb
thecore_ui_commons-3.0.6 config/initializers/thecore_ui_commons_assets.rb