Skip to content

Commit 610b59f

Browse files
committed
TO-DROP: do not minify the CSS, for easier fiddling
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 903c5ea commit 610b59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/_default/baseof.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h1>Redirecting&hellip;</h1>
6464

6565
<link href="{{ relURL "favicon.ico" }}" rel='shortcut icon' type='image/x-icon'>
6666

67-
{{ $style := resources.Get "sass/application.scss" | resources.ExecuteAsTemplate "application.scss" . | css.Sass | resources.Minify }}
67+
{{ $style := resources.Get "sass/application.scss" | resources.ExecuteAsTemplate "application.scss" . | css.Sass }}
6868
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
6969
<!--[if (gte IE 6)&(lte IE 8)]>
7070
<script src="{{ relURL "js/selectivizr-min.js" }}"></script>

0 commit comments

Comments
 (0)