From 9f37dfb802b560950a5054ba5b18a562e83856f0 Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 11 Jan 2020 16:28:33 +0100 Subject: [PATCH] silent mode in gulp --- scripts/pre_script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pre_script.py b/scripts/pre_script.py index ca9db79ba..4ec4bcdd3 100644 --- a/scripts/pre_script.py +++ b/scripts/pre_script.py @@ -7,7 +7,7 @@ Import("env") def build_web(): print("** Building web...") env.Execute( - "node ./tools/webfilesbuilder/node_modules/gulp/bin/gulp.js --cwd ./tools/webfilesbuilder") + "node ./tools/webfilesbuilder/node_modules/gulp/bin/gulp.js --silent --cwd ./tools/webfilesbuilder") def code_check(source, target, env): print("** Starting cppcheck...")