minify the stuff
This commit is contained in:
parent
10609b63a2
commit
560af2c95e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue