mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-01 15:48:32 -04:00
Added support of operational transformation
This commit is contained in:
parent
4702b83adc
commit
556338a9c6
23 changed files with 3668 additions and 256 deletions
10
public/vendor/ot/compress.sh
vendored
Normal file
10
public/vendor/ot/compress.sh
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
uglifyjs --compress --mangle --output ot.min.js \
|
||||
./text-operation.js \
|
||||
./selection.js \
|
||||
./wrapped-operation.js \
|
||||
./undo-manager.js \
|
||||
./client.js \
|
||||
./codemirror-adapter.js \
|
||||
./socketio-adapter.js \
|
||||
./ajax-adapter.js \
|
||||
./editor-client.js
|
Loading…
Add table
Add a link
Reference in a new issue