From 9f0afd57f0a569488b3f0ff334278efd631b4057 Mon Sep 17 00:00:00 2001 From: Eduardo Date: Wed, 8 Jan 2014 16:43:56 +0100 Subject: updated path docs-assets to docs/assets --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bower.json') diff --git a/bower.json b/bower.json index 237f8e9ba..900ab42a6 100644 --- a/bower.json +++ b/bower.json @@ -16,7 +16,7 @@ "CNAME", "composer.json", "CONTRIBUTING.md", - "docs-assets", + "docs/assets", "examples", "js/tests" ], -- cgit v1.2.3 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: 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(-) (limited to 'bower.json') diff --git a/bower.json b/bower.json index 900ab42a6..c63fbf1e7 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": { -- cgit v1.2.3