You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, i was developed docs hugo with theme doks. But, there's something issue about this line script : {{ $css = resources.Get . | toCSS $options | postCSS (dict "config" "config/postcss.config.js") | resources.Fingerprint "sha512" -}}
somehow, on locally with webserver nginx quitely fine in build mode, but after i tried deploy into s3 the main.css not rendered on browser, i think cause is main.css was broken or not completed the build. so i override that line script, into this : {{ $css = resources.Get . | toCSS $options | minify | resources.Fingerprint "sha512" -}}
what do you think, guys?
Thank you.
Regards,
Irfan Hardiyanto
The text was updated successfully, but these errors were encountered:
devhardiyanto
changed the title
libsass.html postCSS build not complete ke result main.css
libsass.html postCSS build not complete result main.css
Dec 6, 2023
So, i was developed docs hugo with theme doks. But, there's something issue about this line script :
{{ $css = resources.Get . | toCSS $options | postCSS (dict "config" "config/postcss.config.js") | resources.Fingerprint "sha512" -}}
somehow, on locally with webserver nginx quitely fine in build mode, but after i tried deploy into s3 the main.css not rendered on browser, i think cause is main.css was broken or not completed the build. so i override that line script, into this :
{{ $css = resources.Get . | toCSS $options | minify | resources.Fingerprint "sha512" -}}
what do you think, guys?
Thank you.
Regards,
Irfan Hardiyanto
The text was updated successfully, but these errors were encountered: