From 431c544fbc5a90a3c58442a58d4d405b05d91ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Thu, 9 Jan 2014 11:20:23 +0100 Subject: [PATCH] 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) --- bower.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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": {