]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
Adjust "you need the extended version" error message
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 23 Dec 2022 09:33:49 +0000 (10:33 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 23 Dec 2022 09:33:49 +0000 (10:33 +0100)
resources/transform.go

index 14120fda0a1d6570645c5e0303156a5000a14b83..a37011acd25cc5ac6305cb9c40420163db71a036 100644 (file)
@@ -443,7 +443,7 @@ func (r *resourceAdapter) transform(publish, setContent bool) error {
                                        // Most likely because PostCSS is not installed.
                                        errMsg = ". Check your PostCSS installation; install with \"npm install postcss-cli\". See https://gohugo.io/hugo-pipes/postcss/"
                                } else if tr.Key().Name == "tocss" {
-                                       errMsg = ". Check your Hugo installation; you need the extended version to build SCSS/SASS."
+                                       errMsg = ". Check your Hugo installation; you need the extended version to build SCSS/SASS with transpiler set to 'libsass'."
                                } else if tr.Key().Name == "tocss-dart" {
                                        errMsg = ". You need dart-sass-embedded in your system $PATH."