minify the stuff

This commit is contained in:
Christoph Cullmann 2019-04-13 23:20:08 +02:00
parent 10609b63a2
commit 560af2c95e

View file

@ -12,7 +12,7 @@ git pull -q &> /dev/null
# export the GIT env vars we need to have links in the footer # 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=`git rev-parse --verify HEAD`
export GIT_COMMIT_SHA_SHORT=`git rev-parse --short HEAD` export GIT_COMMIT_SHA_SHORT=`git rev-parse --short HEAD`
./hugo ./hugo --minify
# copy .htaccess # copy .htaccess
cp -f static/.htaccess public cp -f static/.htaccess public