]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove ./ from bower.json paths 12891/head
authorZlatan Vasović <legospace9876@gmail.com>
Sat, 1 Mar 2014 21:07:33 +0000 (22:07 +0100)
committerZlatan Vasović <legospace9876@gmail.com>
Sat, 1 Mar 2014 21:07:33 +0000 (22:07 +0100)
bower.json

index 6599ce7685ed6c49848fded8779dedced4d8ab58..2940416f8be145e992036f54b2bf77c6d5ff70d6 100644 (file)
@@ -5,12 +5,12 @@
     "css"
   ],
   "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": [
     "**/.*",