Sha256: 3233479d08a3ce9fa6a2b3eb5fb07354b4b9e771baa42598fce691e1423a9e80

Contents?: true

Size: 263 Bytes

Versions: 13

Compression:

Stored size: 263 Bytes

Contents

module Bootstrap
  module Rails
    class Engine < ::Rails::Engine
      initializer "bootstrap-sass.assets.precompile" do |app|
        app.config.assets.precompile << %r(bootstrap/glyphicons-halflings-regular\.(?:eot|svg|ttf|woff)$)
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
bootstrap-sass-3.1.1.1 lib/bootstrap-sass/engine.rb
bootstrap-sass-3.1.1.0 lib/bootstrap-sass/engine.rb
bootstrap-sass-3.1.0.2 lib/bootstrap-sass/engine.rb
bootstrap-sass-3.1.0.1 lib/bootstrap-sass/engine.rb
bootstrap-sass-3.1.0.0 lib/bootstrap-sass/engine.rb
bootstrap-sass-3.0.3.0 lib/bootstrap-sass/engine.rb
bootstrap-sass-3.0.2.1 lib/bootstrap-sass/engine.rb
bootstrap-sass-3.0.2.0 lib/bootstrap-sass/engine.rb
bootstrap-sass-3.0.1.0 lib/bootstrap-sass/engine.rb
bootstrap-sass-3.0.1.0.rc lib/bootstrap-sass/engine.rb
bootstrap-sass-3.0.0.0 lib/bootstrap-sass/engine.rb
bootstrap-sass-3.0.0.0.rc2 lib/bootstrap-sass/engine.rb
bootstrap-sass-3.0.0.0.rc lib/bootstrap-sass/engine.rb