From 88573ad2cdb8596b795a82ef40a0662180e8a7d7 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 1 Mar 2020 22:07:55 +0200 Subject: 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. --- rebuild-wekan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rebuild-wekan.sh') diff --git a/rebuild-wekan.sh b/rebuild-wekan.sh index 0bf6c68a..957e634f 100755 --- a/rebuild-wekan.sh +++ b/rebuild-wekan.sh @@ -146,7 +146,7 @@ do rm -rf node_modules .meteor/local npm install rm -rf .build - meteor build .build --directory --exclude-archs web.browser.legacy,web.cordova + meteor build .build --directory cp -f fix-download-unicode/cfs_access-point.txt .build/bundle/programs/server/packages/cfs_access-point.js #Removed binary version of bcrypt because of security vulnerability that is not fixed yet. #https://github.com/wekan/wekan/commit/4b2010213907c61b0e0482ab55abb06f6a668eac -- cgit v1.2.3-1-g7c22