mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #12891 from ZDroid/bower-json-paths
Remove ./ from bower.json paths
This commit is contained in:
commit
1f148427de
1 changed files with 6 additions and 6 deletions
12
bower.json
12
bower.json
|
@ -12,12 +12,12 @@
|
||||||
"web"
|
"web"
|
||||||
],
|
],
|
||||||
"main": [
|
"main": [
|
||||||
"./dist/css/bootstrap.css",
|
"dist/css/bootstrap.css",
|
||||||
"./dist/js/bootstrap.js",
|
"dist/js/bootstrap.js",
|
||||||
"./dist/fonts/glyphicons-halflings-regular.eot",
|
"dist/fonts/glyphicons-halflings-regular.eot",
|
||||||
"./dist/fonts/glyphicons-halflings-regular.svg",
|
"dist/fonts/glyphicons-halflings-regular.svg",
|
||||||
"./dist/fonts/glyphicons-halflings-regular.ttf",
|
"dist/fonts/glyphicons-halflings-regular.ttf",
|
||||||
"./dist/fonts/glyphicons-halflings-regular.woff"
|
"dist/fonts/glyphicons-halflings-regular.woff"
|
||||||
],
|
],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"**/.*",
|
"**/.*",
|
||||||
|
|
Loading…
Reference in a new issue