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

Build script sometimes ends up in an infinite loop. #147

Open
ctcleary opened this issue Oct 5, 2016 · 2 comments
Open

Build script sometimes ends up in an infinite loop. #147

ctcleary opened this issue Oct 5, 2016 · 2 comments

Comments

@ctcleary
Copy link
Contributor

ctcleary commented Oct 5, 2016

This happens pretty frequently when I'm working on Crucible. I haven't figured out precisely what causes it yet, but wanted to post it here in case anyone else has seen it / has any notions on it.

Not sure how to repro, but the behavior is:

  • Script builds and bundles.
  • Something goes wrong.
  • Script builds and bundles.

Example output from console:
(I'll update with console output next time I have an infinite-looping build.)

@tivac
Copy link
Owner

tivac commented Oct 5, 2016

The serve script is a light wrapper around rollup-watch, so probably worth investigating issues over there.

@kevinkace
Copy link
Collaborator

I think the cause is updating files while the build is in progress.

I've at least seen the issue as well.

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

3 participants