1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Move livereload to an external script and remove from express.

Developers have to use the livereload plugin in their web browser now.
This commit is contained in:
Chocobozzz 2016-05-21 15:21:15 +02:00
parent 9e379c835c
commit cd0e4b1acf
5 changed files with 6 additions and 9 deletions

View file

@ -56,11 +56,6 @@ app.use(expressValidator({
// ----------- Views, routes and static files -----------
// Livereload
app.use(require('connect-livereload')({
port: 35729
}))
// Catch sefaults
require('segfault-handler').registerHandler()