Turn off minification

See #604
This commit is contained in:
Bjørn Erik Pedersen
2018-09-14 19:26:25 +02:00
committed by GitHub
parent bfcc1ac212
commit b4a7e31a6e
+1 -1
View File
@@ -1,6 +1,6 @@
[build]
publish = "public"
command = "hugo --minify"
command = "hugo"
[context.production.environment]
HUGO_VERSION = "0.48"