lib/bootstrap-sass/engine.rb in bootstrap-sass-2.3.2.0 vs lib/bootstrap-sass/engine.rb in bootstrap-sass-2.3.2.1

- old
+ new

@@ -1,7 +1,9 @@ module Bootstrap module Rails class Engine < ::Rails::Engine - # Rails, will you please look in our vendor? kthx + initializer "bootstrap-sass.assets.precompile" do |app| + app.config.assets.precompile += %w(glyphicons-halflings.png glyphicons-halflings-white.png) + end end end -end \ No newline at end of file +end