|
@ -112,6 +112,12 @@ build_webui() { |
|
|
echo "--------------------------------------------------------------" |
|
|
echo "--------------------------------------------------------------" |
|
|
echo "Building web interface..." |
|
|
echo "Building web interface..." |
|
|
node node_modules/gulp/bin/gulp.js || exit |
|
|
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() { |
|
|
build_environments() { |
|
|