Skip to content

Commit

Permalink
Disable CSS minification for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Jan 23, 2020
1 parent 2e7250c commit 9475fd4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{{ $isDev := eq hugo.Environment "development" }}
{{ $stylesheet := resources.Get "output/css/app.css" }}
{{ if not $isDev }}
{{ $stylesheet = $stylesheet | minify | fingerprint }}
{{ $stylesheet = $stylesheet | fingerprint }}
{{ end }}
{{ with $stylesheet }}
{{ if $isDev }}
Expand Down
File renamed without changes.

0 comments on commit 9475fd4

Please sign in to comment.