Quick bump, not making any progress here, I’ve tried a handful of versions of hugo, and also directly with the module which should also mount its own deps into assets. I don’t manage to see the mounted folders, it seems it has no effect. Clearly there’s something wrong the way I’m doing this.
ok well it does work, thank you sorry for trouble <3
One misunderstanding about the way it works, I was thinking somehow assets would be populated somewhere in the project path ala node_modules, but actually go modules for hugo dependencies are stored in hugo temp folder (defaults to /tmp/hugo_cache)
…
This is not super convenient for IDE but I’ll make a symlink or something.
The other mistake I made was a typo on my scss import: import "bootstrap/boo_R_strap"… so that’s why my file was not compiling - getting lost without IDE completion, fatfinger