Sha256: 12693fb983273835c72f8a698ce79cfe492a681e2e6f3d08f24ed37772ed4da3

Contents?: true

Size: 300 Bytes

Versions: 13

Compression:

Stored size: 300 Bytes

Contents

require 'autoprefixer-rails'

module Bootstrap
  module Rails
    class Engine < ::Rails::Engine
      initializer 'bootstrap.assets' do |app|
        %w(stylesheets javascripts).each do |sub|
          app.config.assets.paths << root.join('assets', sub).to_s
        end
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
bootstrap-4.1.3 lib/bootstrap/engine.rb
bootstrap-4.1.2 lib/bootstrap/engine.rb
bootstrap-4.1.1 lib/bootstrap/engine.rb
bootstrap-4.1.0 lib/bootstrap/engine.rb
bootstrap-4.0.0 lib/bootstrap/engine.rb
bootstrap-4.0.0.beta3 lib/bootstrap/engine.rb
bootstrap-4.0.0.beta2.1 lib/bootstrap/engine.rb
bootstrap-4.0.0.beta2 lib/bootstrap/engine.rb
bootstrap-4.0.0.beta lib/bootstrap/engine.rb
bootstrap-4.0.0.alpha6 lib/bootstrap/engine.rb
bootstrap-4.0.0.alpha5 lib/bootstrap/engine.rb
bootstrap-4.0.0.alpha4 lib/bootstrap/engine.rb
bootstrap-4.0.0.alpha3.1 lib/bootstrap/engine.rb