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:
parent
cc5495eaa6
commit
0e8d41db36
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue