From 0b8e73fcd647b12de0b30f3f49da78af082d14e6 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Tue, 20 Jun 2017 18:08:03 +0200 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 15ea5ed..5b4888c 100755 --- a/build.sh +++ b/build.sh @@ -6,4 +6,4 @@ HUGO_BIN="hugo" ${HUGO_BIN} # ahead of time compression and timestamp fixing -find public/ -type f \( -name '*.html' -o -name '*.js' -o -name '*.css' -o -name '*.xml' -o -name '*.svg' \) -exec gzip -v -k -f --best {} \; -exec touch -r {} "{}.gz" \; +find public/ -type f \( -name '*.html' -o -name '*.js' -o -name '*.css' -o -name '*.xml' -o -name '*.svg' \) -exec gzip -v -k -f --best "{}" \; -exec touch -r "{}" "{}.gz" \;