Skip to content

Commit

Permalink
bower.json: Remove font files from main
Browse files Browse the repository at this point in the history
Per bower/spec#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
  • Loading branch information
cvrebert committed Apr 24, 2015
1 parent f338607 commit 6cb9d6c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
"/.*",
Expand Down

0 comments on commit 6cb9d6c

Please sign in to comment.