mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
silent mode in gulp
This commit is contained in:
@@ -7,7 +7,7 @@ Import("env")
|
|||||||
def build_web():
|
def build_web():
|
||||||
print("** Building web...")
|
print("** Building web...")
|
||||||
env.Execute(
|
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):
|
def code_check(source, target, env):
|
||||||
print("** Starting cppcheck...")
|
print("** Starting cppcheck...")
|
||||||
|
|||||||
Reference in New Issue
Block a user