From 1321d9e16f9c51e49aa8d062a721a119d11842f4 Mon Sep 17 00:00:00 2001 From: johnyma22 Date: Fri, 16 Nov 2012 20:17:25 +0000 Subject: [PATCH] Resolve #1171 by not including tests in windows build --- bin/buildForWindows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/buildForWindows.sh b/bin/buildForWindows.sh index 2f9062386..d80b1c286 100755 --- a/bin/buildForWindows.sh +++ b/bin/buildForWindows.sh @@ -57,7 +57,7 @@ rm -rf .git/objects echo "create the zip..." cd /tmp -zip -9 -r etherpad-lite-win.zip etherpad-lite-win +zip -9 -r etherpad-lite-win.zip etherpad-lite-win -x "src/node_modules/jsdom-nocontextifiy/test/*" mv etherpad-lite-win.zip $START_FOLDER echo "clean up..."