Sha256: 250a14c5b7725a5bcd7c37b39e1f0d4910898907a6470ee31caffe1a228273cb
Contents?: true
Size: 362 Bytes
Versions: 4
Compression:
Stored size: 362 Bytes
Contents
module BootswatchSass class Engine < ::Rails::Engine initializer 'bootswatch-sass.assets' do |app| %w(fonts javascripts stylesheets).each do |sub| app.config.assets.paths << root.join('assets', sub).to_s end app.config.assets.precompile << %r(bootstrap/glyphicons-halflings-regular\.(?:eot|svg|ttf|woff|woff2)$) end end end
Version data entries
4 entries across 4 versions & 1 rubygems