From 886be61c75ab0cfcad3e4fc44e31cefda574bb5b Mon Sep 17 00:00:00 2001 From: Djordje Atlialp Date: Fri, 15 May 2020 09:52:16 +0200 Subject: [PATCH] Remove resources.Minify because "compressed" option is used --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 7e0d573..9385125 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -23,7 +23,7 @@ type="text/css"> {{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" true) }} -{{ $style := resources.Get "scss/main.scss" | resources.ToCSS $options | resources.Minify | resources.Fingerprint }} +{{ $style := resources.Get "scss/main.scss" | resources.ToCSS $options | resources.Fingerprint }} {{ range $val := $.Site.Params.customCSS }}