summaryrefslogtreecommitdiff
path: root/public/vendor/ot/compress.sh
blob: b7cb423fd502c29898415df0ee8deea94be04313 (plain)
1
2
3
4
5
6
7
8
9
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