Look for an existing file.

This commit is contained in:
Shawn Wilson 2025-05-26 23:17:21 -04:00
parent 91ec5998a1
commit 6390583647

View File

@ -68,7 +68,7 @@ css asset directory we (unless condition below) add to aforementioned slice */}}
{{/* We then use toCSS to add sourceMap and minify */}}
{{ $options := dict "enableSourceMap" true "precision" 6 }}
{{ $style := resources.Get "css/main.css" }}
{{ $style := resources.Get "ananke/css/_styles.css" }}
{{/* We fingerprint in production for cache busting purposes */}}
{{ if hugo.IsProduction }}
{{ $style = $style | resources.Fingerprint }}