From 45641f709429aac0f0051878800a60627d11767b Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 27 Sep 2024 19:51:08 +0200 Subject: [PATCH] TO-DROP: do not minify the CSS, for easier fiddling Signed-off-by: Johannes Schindelin --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 8e10ba5b59..5aa40377ff 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -64,7 +64,7 @@

Redirecting…

- {{ $style := resources.Get "sass/application.scss" | resources.ExecuteAsTemplate "application.scss" . | css.Sass | resources.Minify }} + {{ $style := resources.Get "sass/application.scss" | resources.ExecuteAsTemplate "application.scss" . | css.Sass }}