Changes are not displayed live
I'm using a newly downloaded .zip of the 0.32.0 version.
After running the steps for setting up everything, I make simple changes, like editing text, and no matter how many times I refresh the webpage or hard refresh the changes are not displayed unless I stop the server and start it again.
I tried using different browsers, but no luck.
I don't know where to look into why this is happening.
Thanks for reporting, I can reproduce it. I didn't notice this before bc it worked fine in my existing cloned repo (but it's also broken after running npm i again).
It looks like a bug in Eleventy (or one of its dependencies), I created an issue: https://github.com/11ty/eleventy/issues/3916
If you need a workaround, you can try downgrading @11ty/eleventy to v3.0.0
I'm fine like this, I don't mind stopping and restarting the server. Thanks
So CSS changes do get updated live, without needing to restart.
I handle CSS bundling outside of Eleventy, that's why it's working.
Hi ! I have the same issue.
If you need a workaround, you can try downgrading @11ty/eleventy to v3.0.0
@rothsandro Any guidance on how one can do that? I tried setting "@11ty/eleventy": "3.0.0" in .app/package.json but it still does not work.
Edit: Nevermind, it worked. It just never displays updates in the terminal.