diff options
| author | Chris Rebert <[email protected]> | 2015-04-24 10:10:31 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-04-24 10:19:37 -0700 |
| commit | 6cb9d6ce015f5a986974121799daf264441bbe5f (patch) | |
| tree | ff21e7b0f38d1de6b90a5eed5b211d7c7a78e1fc | |
| parent | f3386079f34334c20bb09eaf17cd8a66d17cfbf7 (diff) | |
| download | bootstrap-6cb9d6ce015f5a986974121799daf264441bbe5f.tar.xz bootstrap-6cb9d6ce015f5a986974121799daf264441bbe5f.zip | |
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
| -rw-r--r-- | bower.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/bower.json b/bower.json index d7eea3922..574435080 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": [ "/.*", |
