From: Derek Kent Date: Fri, 6 Dec 2013 00:05:32 +0000 (-0500) Subject: Don't exclude fonts from bower installs X-Git-Tag: v3.1.0~148^2~6^2~4^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8b250a5d29496db854bbc17cb3b560a9eafb3a3;p=thirdparty%2Fbootstrap.git Don't exclude fonts from bower installs Excluding fonts/ from bower installs causes glyphicons to be unavailable to projects using development Bootstrap LESS files. --- diff --git a/bower.json b/bower.json index 02bd14c6da..ffdf8052ac 100644 --- a/bower.json +++ b/bower.json @@ -14,7 +14,6 @@ "_*", "docs-assets", "examples", - "/fonts", "js/tests", "CNAME", "CONTRIBUTING.md",