]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
bower.json: Remove font files from `main`
authorChris Rebert <code@rebertia.com>
Fri, 24 Apr 2015 17:10:31 +0000 (10:10 -0700)
committerChris Rebert <code@rebertia.com>
Fri, 24 Apr 2015 17:19:37 +0000 (10:19 -0700)
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

bower.json

index d7eea392230bf31f83aac4a73752ddc9f7123fe6..574435080e6ecc6aa93e1ad194ea49008f316808 100644 (file)
   "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": [
     "/.*",