summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2019-04-13 23:20:08 +0200
committerChristoph Cullmann <cullmann@kde.org>2019-04-13 23:20:08 +0200
commit560af2c95eda4c20acff5657e54d36e6241796a1 (patch)
treeef1a79ee5c3bf396e46be3ff77d6e65813fe7c9c /update.sh
parent10609b63a21ec47d12b53a0a132eb34b46755676 (diff)
minify the stuff
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
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