Refractor videojs player

Add fake p2p-media-loader plugin
This commit is contained in:
Chocobozzz 2019-01-23 15:36:45 +01:00 committed by Chocobozzz
parent 7eeb6a0ba4
commit 2adfc7ea9a
24 changed files with 1066 additions and 723 deletions

View file

@ -4,7 +4,7 @@ set -eu
if [ ! -f "./client/dist/en_US/index.html" ]; then
echo "client/dist/en_US/index.html does not exist, compile client files..."
npm run build:client
npm run build:client -- --light
fi
npm run watch:server