I’ve an existing Hugo-based Apps deployment. Today I created another (using Ananke) but the deployment fails:
Error: Error building site: TOCSS: failed to transform "ananke/css/main.css" (text/css). Check your Hugo installation; you need the extended version to build SCSS/SASS.
[2022-01-20 18:45:05] Total in 112 ms
I learned (from How to build and deploy a Hugo site to Apps) that there are 2 flavors of Hugo (regular and extended).
I’ve now updated my local copy to extended but I’m unsure how|whether I can specify extended in the Apps deployment spec.
Is there a way to use Hugo Extended with Apps? Should I swap themese and/or use a container-based deployment instead?
References:
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello, thanks for using DigitalOcean App Platform. You should be able to use Hugo Extended by setting
HUGO_EXTENDED
build environment variable to1
in your application. Hope this helps.This comment has been deleted