aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Nowicki <[email protected]>2015-01-23 14:18:52 +0100
committerSebastian Nowicki <[email protected]>2015-01-23 14:24:27 +0100
commit767f3c87bc019e04888c82fa222ffae3e89b6f7e (patch)
treea028efa5747816a924de352038d775200ebe980f
parentefd7792488a8dd500b1e6c7e708107671ee3d473 (diff)
downloadbootstrap-767f3c87bc019e04888c82fa222ffae3e89b6f7e.tar.xz
bootstrap-767f3c87bc019e04888c82fa222ffae3e89b6f7e.zip
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.
-rw-r--r--bower.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/bower.json b/bower.json
index 1e8851412..f1e36af87 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": [
"/.*",