1.9.5 - Merge remote-tracking branch 'origin/dev'

This commit is contained in:
Paul
2020-04-30 10:47:55 +02:00
27 changed files with 3863 additions and 2067 deletions

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