Get rid of livereload dependency. Draft Baroque (still some issues)
[xogo.git] / start.sh
index 4fe6790..8434097 100755 (executable)
--- a/start.sh
+++ b/start.sh
@@ -1,10 +1,5 @@
 #!/bin/sh
 
-nodemon -i index.js -i base_rules.js ./server.js &
-echo "NODE_PID=$!" > .pid
-
-# NOTE: require browser plugin + start it
-livereload -e 'html,js,css,png,jpg,jpeg,gif,svg' -w 1000 -d . &
-
-# I use 8080 for socket and 8000 for http server (arbitrary...)
+nodemon -i app.js -i base_rules.js ./server.js &
+echo $! > .pid
 php -S localhost:8000 &