Skip to content

Commit f18a55d

Browse files
committed
build: disable CSS minification
With gzip, it has little gain...
1 parent 7047438 commit f18a55d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site-production.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
---
12
extends: "site.yaml"
23
mode: production

site.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
mode: development
23
media_root: media
34
media_url: /media
@@ -22,8 +23,6 @@ meta:
2223
default_block: article
2324
less:
2425
app: lessc
25-
args:
26-
compress: ""
2726
optipng:
2827
app: optipng
2928
args:

0 commit comments

Comments
 (0)