mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Remove ./ from bower.json paths
This commit is contained in:
+6
-6
@@ -5,12 +5,12 @@
|
|||||||
"css"
|
"css"
|
||||||
],
|
],
|
||||||
"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": [
|
||||||
"**/.*",
|
"**/.*",
|
||||||
|
|||||||
Reference in New Issue
Block a user