]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add woff2 font file to bower main files 15651/head
authorSebastian Nowicki <sebnow@gmail.com>
Fri, 23 Jan 2015 13:18:52 +0000 (14:18 +0100)
committerSebastian Nowicki <sebnow@gmail.com>
Fri, 23 Jan 2015 13:24:27 +0000 (14:24 +0100)
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.

bower.json

index 1e8851412699509556bf99e72db02065d0cb7e4a..f1e36af87e6f860079c60e59996c04c3c491f5c3 100644 (file)
@@ -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": [
     "/.*",