mattdesl / budo

:clapper: a dev server for rapid prototyping
MIT License
2.17k stars 106 forks source link

changes detect but not included in new build #234

Open morganrallen opened 5 years ago

morganrallen commented 5 years ago

I've seen issues like #227 rather frequently but I hit a new frustrating issue today. Out of nowhere, across dozens of resets live reload detects the changes, send the reload signal, the reload takes place but the changes are not included. At present this is happening 100% of the time.

budo v11.3.2
browserify v16.2.3
watchify v3.11.0
Linux sparklemotion 4.13.0-46-generic #51-Ubuntu SMP Tue Jun 12 12:36:29 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
budo index.js -P --base / --cors -l -- -t sheetify

This is happening with multiple browsers, with or without the sheetify transform.

also of note, budo is running on a remote computer, which I've noticed in the past causes finicky behavior but usually more closely related to #227

mattdesl commented 5 years ago

I've never tried running budo on a remote, and I've never run into a situation where I've had to do that, however I've seen a few other people running budo on remote. Can you give some more examples of why you'd need to run it remotely rather than locally?

mattdesl commented 5 years ago

PS – If you can provide a repository that shows the example that I can run in macOS, I'd be happy to try and debug and fix it.