Sha256: fae6530f153744791be9155b174f5cebd2376c52253cc4c4deebc545fb73e573
Contents?: true
Size: 351 Bytes
Versions: 3
Compression:
Stored size: 351 Bytes
Contents
module MagicStylez module Rails class Engine < ::Rails::Engine initializer "magic-stylez.assets.precompile" do |app| app.config.assets.precompile << %r(magic/magicons-regular-webfont\.(?:eot|svg|ttf|woff)$) app.config.assets.precompile << %r(magic/orderlifticons-webfont\.(?:eot|svg|ttf|woff)$) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
magic_stylez-0.0.0.3 | lib/magic_stylez/engine.rb |
magic_stylez-0.0.0.2 | lib/magic_stylez/engine.rb |
magic_stylez-0.0.0.1 | lib/magic_stylez/engine.rb |