1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Upgrade scripts and embed webpack config

This commit is contained in:
Chocobozzz 2017-12-12 11:38:02 +01:00
parent 63c4db6d71
commit 7bfd1b1edb
No known key found for this signature in database
GPG key ID: 583A612D890159BE
15 changed files with 81 additions and 1986 deletions

View file

@ -2,6 +2,7 @@
cd client || exit -1
rm -rf ./compiled ./dist
rm -rf ./dist
npm run webpack -- --config config/webpack.prod.js --progress --profile --bail
ng build -- --prod
NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js

View file

@ -2,4 +2,4 @@
cd client || exit -1
npm run webpack-dev-server -- --config config/webpack.dev.js --progress --profile --colors --watch --content-base src/ --hotOnly --open
ng server --host localhost --port 3000