Skip to content

Commit 767f3c8

Browse files
committed
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.
1 parent efd7792 commit 767f3c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"dist/fonts/glyphicons-halflings-regular.eot",
2121
"dist/fonts/glyphicons-halflings-regular.svg",
2222
"dist/fonts/glyphicons-halflings-regular.ttf",
23-
"dist/fonts/glyphicons-halflings-regular.woff"
23+
"dist/fonts/glyphicons-halflings-regular.woff",
24+
"dist/fonts/glyphicons-halflings-regular.woff2"
2425
],
2526
"ignore": [
2627
"/.*",

0 commit comments

Comments
 (0)