1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00

precompile glyphicons

This commit is contained in:
Gleb Mazovetskiy 2013-08-22 10:36:09 +02:00
parent cc5495eaa6
commit 0e8d41db36

View file

@ -2,7 +2,7 @@ module Bootstrap
module Rails
class Engine < ::Rails::Engine
initializer "bootstrap-sass.assets.precompile" do |app|
app.config.assets.precompile += %w(glyphicons-halflings.png glyphicons-halflings-white.png)
app.config.assets.precompile << %r(bootstrap/glyphicons-halflings-regular\.(?:eot|svg|ttf|woff)$)
end
end
end