From bae5241eadfd3aff133bed98aaee5b959c3dccb1 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 6 May 2017 01:22:47 +0300 Subject: [PATCH] Add building bson --- Install-and-Update.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Install-and-Update.md b/Install-and-Update.md index 1e58ee1..d9a90cd 100644 --- a/Install-and-Update.md +++ b/Install-and-Update.md @@ -165,6 +165,10 @@ not recompiled though, that needs full rebuild. ```bash rm -rf .build meteor build .build --directory +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 +rm -rf node_modules/bcrypt +npm install bcrypt cd .build/bundle/programs/server npm install cd ~/repos @@ -320,6 +324,10 @@ git pull npm install rm -rf .build meteor build .build --directory +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 +rm -rf node_modules/bcrypt +npm install bcrypt cd .build/bundle/programs/server npm install cd ~/repos