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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Nowicki <sebnow@gmail.com>2015-01-23 16:18:52 +0300
committerSebastian Nowicki <sebnow@gmail.com>2015-01-23 16:24:27 +0300
commit767f3c87bc019e04888c82fa222ffae3e89b6f7e (patch)
treea028efa5747816a924de352038d775200ebe980f /bower.json
parentefd7792488a8dd500b1e6c7e708107671ee3d473 (diff)
Add woff2 font file to bower main files
If Bootstrap is installed through bower, the woff2 font file may not be copied over as it's not in the "main" files. The LESS files still reference the font file which results in errors.
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/bower.json b/bower.json
index 1e88514126..f1e36af87e 100644
--- a/bower.json
+++ b/bower.json
@@ -20,7 +20,8 @@
"dist/fonts/glyphicons-halflings-regular.eot",
"dist/fonts/glyphicons-halflings-regular.svg",
"dist/fonts/glyphicons-halflings-regular.ttf",
- "dist/fonts/glyphicons-halflings-regular.woff"
+ "dist/fonts/glyphicons-halflings-regular.woff",
+ "dist/fonts/glyphicons-halflings-regular.woff2"
],
"ignore": [
"/.*",