diff --git a/code/build.sh b/code/build.sh index a0924a2f..2cff64ae 100755 --- a/code/build.sh +++ b/code/build.sh @@ -112,6 +112,12 @@ build_webui() { echo "--------------------------------------------------------------" echo "Building web interface..." node node_modules/gulp/bin/gulp.js || exit + + # TODO: do something if webui files are different + # for now, just print in travis log + if ${TRAVIS:-false}; then + git --no-pager diff --stat + fi } build_environments() {