Flutter-Bounty-Hunters / static_shock

A static site generator for Dart.
MIT License
58 stars 5 forks source link

Fix recurring dev server crashes (Resolves #76) #102

Closed matthew-carroll closed 2 months ago

matthew-carroll commented 2 months ago

Fix recurring dev server crashes (Resolves #76)

My hypothesis is that we were running into race conditions when accessing the file system between the website build behavior and the websites refreshing their files. This PR waits until all queued builds are complete before telling connected websites to refresh.