tidbyt / pixlet

Build apps for pixel-based displays ✨
https://tidbyt.com
Apache License 2.0
756 stars 107 forks source link

Version 0.32.5+ pixlet serve no longer will detect updates and reload website on file save #1067

Closed jmanske closed 4 months ago

jmanske commented 4 months ago

When a file is saved, pixlet serve is supposed to be listening for that and reload the website.

As of version 0.32.5, this is no longer the case. The website has to be refreshed to get any changes from dev.

I downgraded to version 0.31 and the behavior is back to what it should be, so it is somewhere between those two versions that this was broken.

If I had to guess, I think #1045 is responsible but I cannot be 100% sure.