From: Chris Rebert Date: Fri, 24 Apr 2015 17:10:31 +0000 (-0700) Subject: bower.json: Remove font files from `main` X-Git-Tag: v3.3.5~102^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cb9d6ce015f5a986974121799daf264441bbe5f;p=thirdparty%2Fbootstrap.git bower.json: Remove font files from `main` Per https://github.com/bower/bower.json-spec/pull/43 : > font files [...] are not `main` files as they are not entry-points. If you have a complaint about this, take it up with the Bower folks: https://github.com/bower/bower.json-spec/issues --- diff --git a/bower.json b/bower.json index d7eea39223..574435080e 100644 --- a/bower.json +++ b/bower.json @@ -16,12 +16,7 @@ "main": [ "less/bootstrap.less", "dist/css/bootstrap.css", - "dist/js/bootstrap.js", - "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.woff2" + "dist/js/bootstrap.js" ], "ignore": [ "/.*",