From 4c3bd9fd4e1ab2e5e84628d711d8108d0f281054 Mon Sep 17 00:00:00 2001 From: xeronimus Date: Fri, 13 Jun 2014 15:15:22 +0200 Subject: [PATCH] Ignore directory 'test' in bower.json When adding stacktrace.js as dependency through bower, you'll receive a 6.5 MB package. Including 4 MB jsTestDriver.jar. Could you add the 'test' directory to the 'ignore' section in bower.json? --- bower.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bower.json b/bower.json index 1ba9f56..5f47a4b 100644 --- a/bower.json +++ b/bower.json @@ -5,6 +5,7 @@ "dependencies": {}, "ignore": [ "**/.*", + "test" "node_modules", "components" ]