diff options
author | John McLear <john@mclear.co.uk> | 2014-12-21 22:05:07 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2014-12-21 22:05:07 +0000 |
commit | ffdce760d5a1a38c9c96294087cbbfa76f3f76c2 (patch) | |
tree | e43e19b32dc98b3a5a925f919e5229f6b92f8a06 /bin/buildForWindows.sh | |
parent | 70dc5e7ed9c063ee5349302c72c5a226691bdf09 (diff) | |
download | etherpad-lite-ffdce760d5a1a38c9c96294087cbbfa76f3f76c2.zip |
remove unused long paths from windows build
Diffstat (limited to 'bin/buildForWindows.sh')
-rwxr-xr-x | bin/buildForWindows.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/buildForWindows.sh b/bin/buildForWindows.sh index a1e2c757..78441ba0 100755 --- a/bin/buildForWindows.sh +++ b/bin/buildForWindows.sh @@ -58,6 +58,8 @@ rm -rf .git/objects echo "remove windows jsdom-nocontextify/test folder" rm -rf /tmp/etherpad-lite-win/node_modules/ep_etherpad-lite/node_modules/jsdom-nocontextifiy/test/ rm -rf /tmp/etherpad-lite-win/src/node_modules/jsdom-nocontextifiy/test/ +rm -rf /tmp/etherpad-lite-win/src/node_modules/wd/node_modules/request/node_modules/form-data/node_modules/combined-stream/test +rm -rf /tmp/etherpad-lite-win/src/node_modules/nodemailer/node_modules/mailcomposer/node_modules/mimelib/node_modules/encoding/node_modules/iconv-lite/encodings/tables echo "create the zip..." cd /tmp |