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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
[build] [build]
publish = "public" publish = "public"
command = "hugo --minify" command = "hugo"
[context.production.environment] [context.production.environment]
HUGO_VERSION = "0.48" HUGO_VERSION = "0.48"