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
"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": [
"/.*",