Handle serving overlapping directories more gracefully #914
Labels
closed-not-planned
Closed as we don't intend to take action on the reported issue
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
<img src="https://avatars.githubusercontent.com/u/46275?v=3" align="left" width="96" height="96"hspace="10"> Issue by munificent
Originally opened as dart-lang/sdk#17454
Pub serve allows you to serve arbitrary directories and subdirectories. For example:
$ pub serve example example/subdir
When you do this, it will currently update the barback sources for the subdirectory twice, and maintain overlapping redundant watchers on it.
The text was updated successfully, but these errors were encountered: