Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoThemes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-08-17 16:24:37 +0300
committerGitHub <noreply@github.com>2018-08-17 16:24:37 +0300
commit7b2e11d865e168c0188b0fdf7a66958bbffdbc4d (patch)
tree11e62e9f404c6a0b9efc15e6efb5d9db35469d5f
parent1c489062f00c466604c976cd9fe36d4465600991 (diff)
Minify output
-rwxr-xr-xbuildThemeSite.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildThemeSite.sh b/buildThemeSite.sh
index a32f2b2..4906061 100755
--- a/buildThemeSite.sh
+++ b/buildThemeSite.sh
@@ -17,7 +17,7 @@ fi
echo "Building site to public with baseURL ${BASEURL}..."
-hugo --quiet -s hugoThemeSite/themeSite -b ${BASEURL}
+hugo --minify --quiet -s hugoThemeSite/themeSite -b ${BASEURL}
code=$?
if [ $code -ne 0 ]; then
echo "build theme site failed: Exit status $code"
@@ -26,4 +26,4 @@ fi
cd ..
-echo "Done!" \ No newline at end of file
+echo "Done!"