Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changes detect but not included in new build #234

Open
morganrallen opened this issue Oct 5, 2018 · 2 comments
Open

changes detect but not included in new build #234

morganrallen opened this issue Oct 5, 2018 · 2 comments

Comments

@morganrallen
Copy link

morganrallen commented Oct 5, 2018

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
Copy link
Owner

mattdesl commented Oct 6, 2018

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
Copy link
Owner

mattdesl commented Oct 6, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants