From ee166748da8b772906647c53f487915fa64049f7 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 5 Sep 2020 14:09:32 +0200 Subject: [PATCH] build: compress CSS output --- site.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site.yaml b/site.yaml index 9e4c818c..21bf61dc 100644 --- a/site.yaml +++ b/site.yaml @@ -21,6 +21,8 @@ meta: default_block: article less: app: /usr/bin/lessc + args: + compress: "" optipng: app: /usr/bin/optipng args: -- 2.39.5