crucible icon indicating copy to clipboard operation
crucible copied to clipboard

Build script sometimes ends up in an infinite loop.

Open ctcleary opened this issue 9 years ago • 2 comments

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.)

ctcleary avatar Oct 05 '16 17:10 ctcleary

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

tivac avatar Oct 05 '16 17:10 tivac

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

I've at least seen the issue as well.

kevinkace avatar Oct 25 '16 19:10 kevinkace