Broccoli Serve stuck in build loop
See original GitHub issueI’m new to Broccoli, so it’s possible I’ve done something wrong. Whenever I run broccoli serve
, it endlessly loops over the build and does not allow anything to connect. It just reports the build time and slowest trees over and over again. I can’t even break out of it with an interrupt. I have to kill the process to stop it. Running broccoli build public
works fine. I can load the static build and everything behaves as expected.
I’m using OSX 10.8.5, and I’ve tried this under Node 0.10 and 0.11 with the same result.
Issue Analytics
- State:
- Created 9 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
How to debug ember build infinite loop/hang #4004 - GitHub
I have a project that builds successfully on OSX but is failing on CentOS 6.5. When I run ember build I get a...
Read more >Common crashes/problems & self debug : r/RLCraft - Reddit
A detailed walkthrough of the error, its code path and all known details is as follows: · 1 - Exception in server tick...
Read more >Fanfic / The MLP Loops - TV Tropes
In 143.5, Rainbow Dash thinks she's in one of these (it's really a prank by Spike) when she sees a werewolfified reflection of...
Read more >The Loop Bar + Restaurant - North Loop - Minneapolis, MN ...
Dining style. Casual Dining · Cuisines. American, Bar / Lounge / Bottle Service, Comfort Food · Hours of operation. Daily 11:00 am–11:00 pm...
Read more >The Joy Luck Club - SharpSchool
The hostess had to serve special dyansyin foods to bring good fortune of all ... a thick rope to a loop on the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Being able to selectively grab files from the top-level directory without watching the entire project directory is on the radar. It would clearly be useful. The way Broccoli currently determines what to watch doesn’t allow for this - the API is too coarse - so we have to figure out the API for this before we can make it work.
As you pointed out, moving (or symlinking) files into subdirectories is a workaround in the meantime, even if it’s a bit cumbersome.
Actually, broccoli 1.0 by default has moved the
tmpdir
out of the project root, which means by default this should already work more or less fine.We should still bake in some auto-detection of this problem in to broccoli. But i’m tracking that here: https://github.com/broccolijs/broccoli/issues/94