From: Zlatan Vasović Date: Thu, 9 Jan 2014 10:20:23 +0000 (+0100) Subject: Update paths in bower.json X-Git-Tag: v3.1.0~115^2~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12163%2Fhead;p=thirdparty%2Fbootstrap.git Update paths in bower.json - Replace `*.html`, `docs/assets` and `examples` with `docs` (new directory) - Instead of `_*`, it's just `_config.yml`, without regex (speeds up bower download a few milliseconds) --- diff --git a/bower.json b/bower.json index 900ab42a6a..c63fbf1e74 100644 --- a/bower.json +++ b/bower.json @@ -11,13 +11,11 @@ ], "ignore": [ "**/.*", - "*.html", - "_*", + "_config.yml", "CNAME", "composer.json", "CONTRIBUTING.md", - "docs/assets", - "examples", + "docs", "js/tests" ], "dependencies": {