Skip to content

Commit 4c3bd9f

Browse files
committed
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?
1 parent e837911 commit 4c3bd9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bower.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"dependencies": {},
66
"ignore": [
77
"**/.*",
8+
"test"
89
"node_modules",
910
"components"
1011
]

0 commit comments

Comments
 (0)