aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/dev.sh
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-05-21 15:21:15 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-05-21 15:21:15 +0200
commitcd0e4b1acfbd4cc393f6cfcab718d66e25193fbd (patch)
treef34d2642d33dd6fd8e864b101db13906d146f346 /scripts/dev.sh
parent9e379c835c2badfe8e9088e25870af0a6a8c4d40 (diff)
downloadPeerTube-cd0e4b1acfbd4cc393f6cfcab718d66e25193fbd.tar.gz
PeerTube-cd0e4b1acfbd4cc393f6cfcab718d66e25193fbd.tar.zst
PeerTube-cd0e4b1acfbd4cc393f6cfcab718d66e25193fbd.zip
Move livereload to an external script and remove from express.
Developers have to use the livereload plugin in their web browser now.
Diffstat (limited to 'scripts/dev.sh')
-rwxr-xr-xscripts/dev.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/dev.sh b/scripts/dev.sh
index d617cd511..ddb5b8d33 100755
--- a/scripts/dev.sh
+++ b/scripts/dev.sh
@@ -2,6 +2,5 @@
2 2
3npm run build 3npm run build
4NODE_ENV=test concurrently \ 4NODE_ENV=test concurrently \
5 "npm run livereload" \
6 "npm run watch:client" \ 5 "npm run watch:client" \
7 "npm start" 6 "npm start"