diff options
| author | Mark Otto <[email protected]> | 2014-03-07 01:27:56 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-07 01:27:56 -0800 |
| commit | 1f148427de6d35a06e225deeee0b162b11955232 (patch) | |
| tree | 581a2368853267cad1292de883ac378e433e4bc0 /bower.json | |
| parent | 0b06d5969ba7d154b844f604ac020da6ba85b2a2 (diff) | |
| parent | 269dae0cc8402ffb577cde7828a107cfafbd69d5 (diff) | |
| download | bootstrap-1f148427de6d35a06e225deeee0b162b11955232.tar.xz bootstrap-1f148427de6d35a06e225deeee0b162b11955232.zip | |
Merge pull request #12891 from ZDroid/bower-json-paths
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 05ff702ab..d0f895465 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": [ "**/.*", |
