summaryrefslogtreecommitdiffstats
path: root/rebuild-wekan.bat
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-03-01 22:07:55 +0200
committerLauri Ojansivu <x@xet7.org>2020-03-01 22:07:55 +0200
commit88573ad2cdb8596b795a82ef40a0662180e8a7d7 (patch)
tree3fa706cdaa6ed91820042697a0dfa78ca1ba2d7d /rebuild-wekan.bat
parent058180687a6ad9caafa0b31504c6345310f6d7ee (diff)
downloadwekan-88573ad2cdb8596b795a82ef40a0662180e8a7d7.tar.gz
wekan-88573ad2cdb8596b795a82ef40a0662180e8a7d7.tar.bz2
wekan-88573ad2cdb8596b795a82ef40a0662180e8a7d7.zip
Try to revert remaining of the following changes:
- Revert change made at Wekan v3.81, because building did not work: [Try to make Meteor build time shorter by excluding legacy and cordova. This was made possible by Meteor 1.10-rc.2](https://github.com/wekan/wekan/commit/0d3002f69d97e646fa7368bfdade4f78c51e9884). Thanks to xet7.
Diffstat (limited to 'rebuild-wekan.bat')
-rw-r--r--rebuild-wekan.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebuild-wekan.bat b/rebuild-wekan.bat
index e61c20be..0a9a8eac 100644
--- a/rebuild-wekan.bat
+++ b/rebuild-wekan.bat
@@ -51,7 +51,7 @@ cd ..
REM del /S /F /Q node_modules
call meteor npm install
REM del /S /F /Q .build
-call meteor build .build --directory --exclude-archs web.browser.legacy,web.cordova
+call meteor build .build --directory
copy fix-download-unicode\cfs_access-point.txt .build\bundle\programs\server\packages\cfs_access-point.js
cd .build\bundle\programs\server
call meteor npm install