diff --git a/_includes/footer.html b/_includes/footer.html index 462030032..da33c1491 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -23,8 +23,9 @@

Powered by Jekyll - with theme - Chirpy. + with + Chirpy + theme.

diff --git a/tools/js-compress.sh b/tools/js-compress.sh index 60bfa2cf8..f416c76b6 100755 --- a/tools/js-compress.sh +++ b/tools/js-compress.sh @@ -58,6 +58,11 @@ function compress() { if [[ -d "$src" ]]; then compress $src $2 $item # recursion else + + if [[ -z $(git status $src -s) ]]; then + continue + fi + if [[ ! -d "$2/${sub_dir}" ]]; then mkdir -p $2/${sub_dir} fi