From 33ba1c05405820e8d2c90c1a9b73a7819260537f Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 11 Jul 2018 19:03:57 +0200 Subject: Hide output of assets compiler --- StartServer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'StartServer.sh') diff --git a/StartServer.sh b/StartServer.sh index cc9f3e1..77a36be 100644 --- a/StartServer.sh +++ b/StartServer.sh @@ -7,7 +7,7 @@ php artisan queue:work & PIDS[2]=$! php artisan serve & PIDS[3]=$! -npm run watch & +npm run watch > /dev/null 2>&1 PIDS[4]=$! trap "kill ${PIDS[*]}" SIGINT -- cgit v1.2.3