mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-10 08:55:00 -04:00
Merge fbe16da728
into b1b1fa018a
This commit is contained in:
commit
2c206e02fd
1 changed files with 4 additions and 0 deletions
|
@ -55,6 +55,10 @@ wget "http://nodejs.org/dist/v$NODE_VERSION/node.exe" -O ../node.exe
|
|||
echo "remove git history to reduce folder size"
|
||||
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/
|
||||
|
||||
echo "create the zip..."
|
||||
cd /tmp
|
||||
zip -9 -r etherpad-lite-win.zip etherpad-lite-win
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue