From b4a7e31a6e4f8c8b48e09113686f94f0e54d77dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 14 Sep 2018 19:26:25 +0200 Subject: [PATCH] Turn off minification See #604 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 8033bcd56..86d67ce08 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [build] publish = "public" -command = "hugo --minify" +command = "hugo" [context.production.environment] HUGO_VERSION = "0.48"