silent mode in gulp

This commit is contained in:
Paul
2020-01-11 16:28:33 +01:00
parent a38e21ac89
commit 9f37dfb802

View File

@@ -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...")