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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user