1
0
mirror of /repos/Prototyper.git synced 2026-02-27 16:12:00 +01:00

trying to figure out why i see inconsistent share open results..

This commit is contained in:
Aiko Mastboom
2013-04-26 11:54:15 +02:00
parent 66514f91a2
commit d091afe983
2 changed files with 5 additions and 8 deletions

View File

@@ -7,6 +7,11 @@ set -e
current_dir=$(cd $(dirname $0) && pwd)
cd ${current_dir}
# patch ShareJS client
if [ ! -f ./node_modules/share/webclient/share.js_orig ]; then
sed -e s/removeListener/removeDocListener/g -i _orig ./node_modules/share/webclient/share.js
sed -e s/removeListener/removeDocListener/g -i _orig ./node_modules/share/webclient/share.uncompressed.js
fi
# Knockout
mkdir -p ./public/lib/knockout
cd ./public/lib/knockout