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
macOS Ventura 13.3.1 (a)
2.0.1
page.pug
include partial.pug
npx @11ty/eleventy --serve
partial.pug
See the reproduction URL for reproduction details.
Pages should be rerendered when partials that the layout template depends on change.
https://github.com/harrislapiroff/11ty-pug-bug
No response
The text was updated successfully, but these errors were encountered:
This seems to be the same issue as 11ty/eleventy-plugin-template-languages#3, and I believe it would be fixed by my PR #3059.
Sorry, something went wrong.
Please follow along at 11ty/eleventy-plugin-template-languages#3, thank you @aschrab!
No branches or pull requests
Operating system
macOS Ventura 13.3.1 (a)
Eleventy
2.0.1
Describe the bug
page.pug
and that template includes another pug template withinclude partial.pug
.npx @11ty/eleventy --serve
to watch and rebuild my sitepartial.pug
page.pug
and changes are reflected on the site.Reproduction steps
See the reproduction URL for reproduction details.
Expected behavior
Pages should be rerendered when partials that the layout template depends on change.
Reproduction URL
https://github.com/harrislapiroff/11ty-pug-bug
Screenshots
No response
The text was updated successfully, but these errors were encountered: