From 560af2c95eda4c20acff5657e54d36e6241796a1 Mon Sep 17 00:00:00 2001
From: Christoph Cullmann <cullmann@kde.org>
Date: Sat, 13 Apr 2019 23:20:08 +0200
Subject: [PATCH] minify the stuff

---
 update.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update.sh b/update.sh
index 5908bb5..66bc905 100755
--- a/update.sh
+++ b/update.sh
@@ -12,7 +12,7 @@ git pull -q &> /dev/null
 # export the GIT env vars we need to have links in the footer
 export GIT_COMMIT_SHA=`git rev-parse --verify HEAD`
 export GIT_COMMIT_SHA_SHORT=`git rev-parse --short HEAD`
-./hugo
+./hugo --minify
 
 # copy .htaccess
 cp -f static/.htaccess public