diff --git a/themes/neff/layouts/partials/head.html b/themes/neff/layouts/partials/head.html index 7402b33..22c420d 100755 --- a/themes/neff/layouts/partials/head.html +++ b/themes/neff/layouts/partials/head.html @@ -11,6 +11,5 @@ {{- if .Site.IsServer -}} {{- $options := (dict "targetPath" "css/style.css" "enableSourceMap" true) -}} {{- end -}} -{{- $options := (dict "targetPath" "css/style.css" "outputStyle" "compressed" "enableSourceMap" true) -}} -{{- $sass := resources.Get "scss/main.scss" | resources.ToCSS $options | resources.PostCSS | resources.Fingerprint "sha512" -}} - +{{- $sass := resources.Get "scss/main.scss" | resources.ToCSS $options | resources.PostCSS -}} + diff --git a/themes/neff/layouts/partials/scripts.html b/themes/neff/layouts/partials/scripts.html index 5e7a440..5977f73 100644 --- a/themes/neff/layouts/partials/scripts.html +++ b/themes/neff/layouts/partials/scripts.html @@ -1,3 +1,2 @@ {{- $js := resources.Get "js/bundle.js" -}} -{{- $js = $js | resources.Fingerprint "sha512" -}} - +