You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sort of re-opening #1312 after Zach asked for a minimal repro. I'll summarize the issue here; when using a javascript layout file, eleventy rebuilds when the layout file changes, but its output does not - the content of the html in the output directory remains the same.
It seems like we're filtering based on file extension; in my case at no point are these .js or .mjs files, they are .ts or .tsx. However, I do not believe this is the core problem - as compiling everything to .js files still results in the same problem.
Operating system
Windows 11
Eleventy
3.0.0
Describe the bug
Sort of re-opening #1312 after Zach asked for a minimal repro. I'll summarize the issue here; when using a javascript layout file, eleventy rebuilds when the layout file changes, but its output does not - the content of the html in the output directory remains the same.
This may also apply to javascript content, but I'm not using those so I haven't run into the issue. More context on my specific usecase is in the discord: https://discord.com/channels/741017160297611315/1321267999189110849
I realize this may actually be an issue with eleventy-dev-server, but figured I'd start here.
My current workaround is as follows, which is painfully slow (at least until #3335):
Reproduction steps
Expected behavior
Reproduction URL
https://github.com/nathonius/11ty-dev-server-repro
Just serve and make a change to the layout file.
Screenshots
No response
The text was updated successfully, but these errors were encountered: