|
@@ -203,6 +203,9 @@ parts:
|
|
meteor npm install --allow-superuser
|
|
meteor npm install --allow-superuser
|
|
meteor build .build --directory --allow-superuser
|
|
meteor build .build --directory --allow-superuser
|
|
cp -f fix-download-unicode/cfs_access-point.txt .build/bundle/programs/server/packages/cfs_access-point.js
|
|
cp -f fix-download-unicode/cfs_access-point.txt .build/bundle/programs/server/packages/cfs_access-point.js
|
|
|
|
+ cd .build
|
|
|
|
+ find . -name "*phantomjs*" | xargs rm -rf
|
|
|
|
+ cd ..
|
|
#Removed binary version of bcrypt because of security vulnerability that is not fixed yet.
|
|
#Removed binary version of bcrypt because of security vulnerability that is not fixed yet.
|
|
#https://github.com/wekan/wekan/commit/4b2010213907c61b0e0482ab55abb06f6a668eac
|
|
#https://github.com/wekan/wekan/commit/4b2010213907c61b0e0482ab55abb06f6a668eac
|
|
#https://github.com/wekan/wekan/commit/7eeabf14be3c63fae2226e561ef8a0c1390c8d3c
|
|
#https://github.com/wekan/wekan/commit/7eeabf14be3c63fae2226e561ef8a0c1390c8d3c
|