silent mode in node

This commit is contained in:
proddy
2019-10-30 15:02:19 +01:00
parent 13509527fe
commit cfaabb57c6
2 changed files with 2 additions and 2 deletions

2
tools/wsemulator/run.sh Normal file → Executable file
View File

@@ -1,6 +1,6 @@
#!/bin/sh
node $PWD/../webfilesbuilder/node_modules/gulp/bin/gulp.js --cwd $PWD/../webfilesbuilder
node $PWD/../webfilesbuilder/node_modules/gulp/bin/gulp.js --silent --cwd $PWD/../webfilesbuilder
open -na Google\ Chrome --args --disable-web-security --remote-debugging-port=9222 --user-data-dir="/tmp/chrome_dev" $PWD/../../src/websrc/temp/index.html