Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-12-17 18:32:55 +0300
committerGleb Mazovetskiy <glebm@google.com>2015-01-18 01:49:15 +0300
commit3e33c6f0d7745cb6956d8d09281e729c2a48f072 (patch)
tree2ff9b0892f7f8dae6d8f4c6de8afb8e038645982 /lib
parent64211e6c02d8124962d4ad6e7820cebeef2ecefb (diff)
woff2 support
Diffstat (limited to 'lib')
-rw-r--r--lib/bootstrap-sass/engine.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bootstrap-sass/engine.rb b/lib/bootstrap-sass/engine.rb
index 2ebe261..fe5c4a6 100644
--- a/lib/bootstrap-sass/engine.rb
+++ b/lib/bootstrap-sass/engine.rb
@@ -5,7 +5,7 @@ module Bootstrap
%w(stylesheets javascripts fonts images).each do |sub|
app.config.assets.paths << root.join('assets', sub).to_s
end
- app.config.assets.precompile << %r(bootstrap/glyphicons-halflings-regular\.(?:eot|svg|ttf|woff)$)
+ app.config.assets.precompile << %r(bootstrap/glyphicons-halflings-regular\.(?:eot|svg|ttf|woff2?)$)
end
end
end