Skip to content

Commit 6a5a5ef

Browse files
committed
TO-DROP: do not minify the CSS, for easier fiddling
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 053cba7 commit 6a5a5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/_default/baseof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h1>Redirecting&hellip;</h1>
5252

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

55-
{{ $style := resources.Get "sass/application.scss" | resources.ExecuteAsTemplate "application.scss" . | css.Sass | resources.Minify }}
55+
{{ $style := resources.Get "sass/application.scss" | resources.ExecuteAsTemplate "application.scss" . | css.Sass }}
5656
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
5757
<script src="{{ relURL "js/modernizr.js" }}"></script>
5858
<script src="{{ relURL "js/modernize.js" }}"></script>

0 commit comments

Comments
 (0)