From 6ef60f9c5ec53c1a9989a6334dacf65e083c7c4f Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 16 Sep 2019 23:59:53 +0530 Subject: [PATCH] Caddyfile: Generate minified assests for my site Signed-off-by: Harsh Shandilya --- Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Caddyfile b/Caddyfile index 4669cfb..898717d 100644 --- a/Caddyfile +++ b/Caddyfile @@ -36,7 +36,7 @@ https://msfjarvis.website { path ../site_raw hook /githook {$WEBHOOK_PASSWORD} then git submodule update --init --recursive - then hugo --destination=/var/www/msfjarvis.website + then hugo --destination=/var/www/msfjarvis.website --minify } }