From: Zlatan Vasović Date: Sat, 1 Mar 2014 21:07:33 +0000 (+0100) Subject: Remove ./ from bower.json paths X-Git-Tag: v3.2.0~426^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=269dae0cc8402ffb577cde7828a107cfafbd69d5;p=thirdparty%2Fbootstrap.git Remove ./ from bower.json paths --- diff --git a/bower.json b/bower.json index 6599ce7685..2940416f8b 100644 --- a/bower.json +++ b/bower.json @@ -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": [ "**/.*",