From 767f3c87bc019e04888c82fa222ffae3e89b6f7e Mon Sep 17 00:00:00 2001 From: Sebastian Nowicki Date: Fri, 23 Jan 2015 14:18:52 +0100 Subject: [PATCH] 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. --- bower.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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": [ "/.*",