diff --git a/utility/embed-static.sh b/utility/embed-static.sh index f14849680..b16869eea 100755 --- a/utility/embed-static.sh +++ b/utility/embed-static.sh @@ -11,7 +11,7 @@ ORIGINAL_PWD=${PWD} for dir in $@ do - cd "${dir}" + cd "${dir}" > /dev/null echo "\"$(basename ${dir})\": {" # Do not embed map files and the non-minified bootstrap files.