Closed alexearnshaw closed 1 year ago
Try:
git submodule update --recursive
Another thing that can cause that error is if you don't have postcss and autoprefixer installed in the directory where you're running hugo
https://www.docsy.dev/docs/getting-started/#install-postcss
Hope one of those helps!
any luck?
Thanks @LisaFC I didn't get a chance to try this yet as had to move on to something more urgent. I'll update when I can.
Hi, closing this as no updates for a while -- if this is still an issue and you have more feedback to add, please feel free to reopen!
Hi Docsy people!
I've been wanting to update my Docsy submodule for a while, and finally gave it a try today, but I'm getting an error:
As you can see it looks like I'm getting the latest version of Docsy, (commit '3123298f5b0f56b3315b55319e17a8fa6c9d98f9') but for some reason the submodules Docsy includes (Fontawesome and Bootstrap) are not being updated to whatever versions Docsy is using in the latest version...
When I check on my local system the
vendor/Font-Awesome/scss/
folder does not exist.Am I doing something wrong? I'm fairly sure the last time I updated Docsy using
git submodule update --remote
everything worked fine and I didn't have to update anything else. This was several months ago however, so maybe Docsy has been updated to use a new version of Fontawesome since then.Any help much appreciated!
FYI The project where I'm using Docsy is https://github.com/Axway/axway-open-docs