From 626672ed558a851757210b167a436fe86ac71fee Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 27 Aug 2022 15:54:20 +0200 Subject: Added minification and cleanup to build process --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bb971e7..72209bc 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ dev: openring hugo server deploy: openring - hugo + hugo --gc --minify rsync -az --delete public/ root@165.22.87.180:/var/www/html/mitjafelicijan.com/ ssh root@165.22.87.180 chown www-data:www-data /var/www/html/mitjafelicijan.com/ -Rf -- cgit v1.2.3