Sha256: d9238ac0bdd47ddf64f37e8941f989330d484a5f1c2c786025516dca2437f8e2

Contents?: true

Size: 270 Bytes

Versions: 3

Compression:

Stored size: 270 Bytes

Contents

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

3 entries across 3 versions & 1 rubygems

Version Path
bootstrap-4.0.0.alpha3 lib/bootstrap/engine.rb
bootstrap-4.0.0.alpha2 lib/bootstrap/engine.rb
bootstrap-4.0.0.alpha1 lib/bootstrap/engine.rb