diff options
| author | Zlatan Vasović <[email protected]> | 2014-03-01 22:07:33 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2014-03-01 22:07:33 +0100 |
| commit | 269dae0cc8402ffb577cde7828a107cfafbd69d5 (patch) | |
| tree | 4acd9cbb7dac0b488b321f89cc34c647b7cac756 /bower.json | |
| parent | d0bf4f4b630a85f1217bad20fbf22872d3bac1fc (diff) | |
| download | bootstrap-269dae0cc8402ffb577cde7828a107cfafbd69d5.tar.xz bootstrap-269dae0cc8402ffb577cde7828a107cfafbd69d5.zip | |
Remove ./ from bower.json paths
Diffstat (limited to 'bower.json')
| -rw-r--r-- | bower.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bower.json b/bower.json index 6599ce768..2940416f8 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": [ "**/.*", |
