Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2014-03-07 13:27:56 +0400
committerMark Otto <markdotto@gmail.com>2014-03-07 13:27:56 +0400
commit1f148427de6d35a06e225deeee0b162b11955232 (patch)
tree581a2368853267cad1292de883ac378e433e4bc0 /bower.json
parent0b06d5969ba7d154b844f604ac020da6ba85b2a2 (diff)
parent269dae0cc8402ffb577cde7828a107cfafbd69d5 (diff)
Merge pull request #12891 from ZDroid/bower-json-paths
Remove ./ from bower.json paths
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/bower.json b/bower.json
index 05ff702abe..d0f895465f 100644
--- a/bower.json
+++ b/bower.json
@@ -12,12 +12,12 @@
"web"
],
"main": [
- "./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/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"
],
"ignore": [
"**/.*",