We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which then would fail if there is a template error in the upstream library:
➜ hugo-alpine-test git:(master) ✗ hugo mod graph hugo: downloading modules … hugo: collected modules in 3273 ms Error: add site dependencies: load resources: loading templates: "/Users/bep/dev/hugo_cache/modules/filecache/modules/pkg/mod/github.com/gohugoio/hugo-mod-jslibs/alpinejs/[email protected]/layouts/partials/jslibs/alpinejs/v3/script-src.html:4:1": parse failed: template: partials/jslibs/alpinejs/v3/script-src.html:4: undefined variable "$isProd"
The text was updated successfully, but these errors were encountered:
commands: Don't fail on template errors on go mod graph etc.
b91c094
Fixes gohugoio#8942
7d1f806
Fixes #8942
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sorry, something went wrong.
bep
Successfully merging a pull request may close this issue.
Which then would fail if there is a template error in the upstream library:
The text was updated successfully, but these errors were encountered: