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

Version Path
bootstrap-bookingsync-sass-1.0.0.beta4 lib/bootstrap/bookingsync/engine.rb
bootstrap-bookingsync-sass-1.0.0.beta3 lib/bootstrap/bookingsync/engine.rb
bootstrap-bookingsync-sass-1.0.0.beta2 lib/bootstrap/bookingsync/engine.rb
bootstrap-bookingsync-sass-1.0.0.beta1 lib/bootstrap/bookingsync/engine.rb
bootstrap-bookingsync-sass-0.0.19 lib/bootstrap/bookingsync/engine.rb
bootstrap-bookingsync-sass-0.0.18 lib/bootstrap/bookingsync/engine.rb
bootstrap-bookingsync-sass-0.0.17 lib/bootstrap/bookingsync/engine.rb
bootstrap-bookingsync-sass-0.0.16 lib/bootstrap/bookingsync/engine.rb
bootstrap-bookingsync-sass-0.0.15 lib/bootstrap/bookingsync/engine.rb
bootstrap-bookingsync-sass-0.0.14 lib/bootstrap/bookingsync/engine.rb
bootstrap-bookingsync-sass-0.0.13 lib/bootstrap/bookingsync/engine.rb
bootstrap-bookingsync-sass-0.0.12 lib/bootstrap/bookingsync/engine.rb
bootstrap-bookingsync-sass-0.0.11 lib/bootstrap/bookingsync/engine.rb
bootstrap-bookingsync-sass-0.0.10 lib/bootstrap/bookingsync/engine.rb
bootstrap-bookingsync-sass-0.0.9 lib/bootstrap/bookingsync/engine.rb
bootstrap-bookingsync-sass-0.0.8 lib/bootstrap/bookingsync/engine.rb
bootstrap-bookingsync-sass-0.0.7 lib/bootstrap/bookingsync/engine.rb
bootstrap-bookingsync-sass-0.0.6 lib/bootstrap/bookingsync/engine.rb