Sha256: 41b5b0ef8226f4858e78c88ea01a8898d0c54ba75ade0fcbfe85b46cf94fcc21
Contents?: true
Size: 492 Bytes
Versions: 18
Compression:
Stored size: 492 Bytes
Contents
module Bootstrap module BookingSync module Rails class Engine < ::Rails::Engine require 'bootstrap-sass' initializer 'bootstrap-bookingsync-sass.assets.precompile' do |app| %w(stylesheets javascripts fonts images).each do |sub| app.config.assets.paths << root.join('assets', sub).to_s end app.config.assets.precompile << %r(bookingsync/bookingsync-smiles\.(?:eot|svg|ttf|woff2?)$) end end end end end
Version data entries
18 entries across 18 versions & 1 rubygems