Sha256: a3fb07fd6d5648f8962be01b8273e4b9e1573b328c58ac14e97c30b482779339
Contents?: true
Size: 558 Bytes
Versions: 28
Compression:
Stored size: 558 Bytes
Contents
Rails.application.config.assets.precompile += %w( workarea/core/placeholder.png workarea/admin/favicon.ico workarea/storefront/*.png workarea/storefront/head.js workarea/storefront/email/banner.png workarea/storefront/style_guide_light_banner.png workarea/storefront/style_guide_product.jpg workarea/**/*.svg workarea/**/email.css workarea/admin/email_logo.png ) InlineSvg.configure do |config| if config.asset_finder.blank? || config.asset_finder == InlineSvg::AssetFinder config.asset_finder = Workarea::SvgAssetFinder end end
Version data entries
28 entries across 28 versions & 1 rubygems