eleventy-notes icon indicating copy to clipboard operation
eleventy-notes copied to clipboard

Changes are not displayed live

Open agichim opened this issue 4 months ago • 5 comments

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.

agichim avatar Aug 03 '25 21:08 agichim

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

rothsandro avatar Aug 04 '25 16:08 rothsandro

I'm fine like this, I don't mind stopping and restarting the server. Thanks

agichim avatar Aug 04 '25 17:08 agichim

So CSS changes do get updated live, without needing to restart.

agichim avatar Aug 06 '25 22:08 agichim

I handle CSS bundling outside of Eleventy, that's why it's working.

rothsandro avatar Aug 07 '25 04:08 rothsandro

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.

hteumeuleu avatar Sep 11 '25 08:09 hteumeuleu