Refractor videojs player
Add fake p2p-media-loader plugin
This commit is contained in:
parent
7eeb6a0ba4
commit
2adfc7ea9a
24 changed files with 1066 additions and 723 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue