|
@@ -1,5 +1,5 @@
|
|
name: wekan
|
|
name: wekan
|
|
-version: "0.26-SNAPSHOT"
|
|
|
|
|
|
+version: "0.27-SNAPSHOT"
|
|
summary: The open-source Trello-like kanban
|
|
summary: The open-source Trello-like kanban
|
|
description: |
|
|
description: |
|
|
Wekan is an open-source and collaborative kanban board application.
|
|
Wekan is an open-source and collaborative kanban board application.
|
|
@@ -99,7 +99,7 @@ parts:
|
|
meteor add standard-minifier-js --allow-superuser
|
|
meteor add standard-minifier-js --allow-superuser
|
|
meteor npm install --allow-superuser
|
|
meteor npm install --allow-superuser
|
|
meteor build .build --directory --allow-superuser
|
|
meteor build .build --directory --allow-superuser
|
|
- cp 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
|
|
sed -i "s|build\/Release\/bson|browser_build\/bson|g" .build/bundle/programs/server/npm/node_modules/meteor/cfs_gridfs/node_modules/mongodb/node_modules/bson/ext/index.js
|
|
sed -i "s|build\/Release\/bson|browser_build\/bson|g" .build/bundle/programs/server/npm/node_modules/meteor/cfs_gridfs/node_modules/mongodb/node_modules/bson/ext/index.js
|
|
cd .build/bundle/programs/server/npm/node_modules/meteor/npm-bcrypt
|
|
cd .build/bundle/programs/server/npm/node_modules/meteor/npm-bcrypt
|
|
rm -rf node_modules/bcrypt
|
|
rm -rf node_modules/bcrypt
|