Sha256: 38ed4008c4daaf5c6af148448c1e05350d2e1a3b5ed926d3c8ee510ea109f299

Contents?: true

Size: 319 Bytes

Versions: 4

Compression:

Stored size: 319 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
    )
    config.assets.precompile += %w( devise/sessions.css devise/sessions.js )
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
thecore_ui_commons-3.0.5 config/initializers/thecore_ui_commons_assets.rb
thecore_ui_commons-3.0.4 config/initializers/thecore_ui_commons_assets.rb
thecore_ui_commons-3.0.3 config/initializers/thecore_ui_commons_assets.rb
thecore_ui_commons-3.0.0 config/initializers/thecore_ui_commons_assets.rb