dlang / dub

Package and build management system for D
MIT License
674 stars 227 forks source link

integrate fswatch in to dub for auto reload of projects with dub run/build #1573

Closed aliak00 closed 6 years ago

aliak00 commented 6 years ago

Fswatch allows you to watch your files and get notified of changes. So if dub were to add a --watch command or the like, maybe fswatch can make auto reload easy to add to dub?

wilzbach commented 6 years ago

See https://github.com/dlang/dub/pull/446

aliak00 commented 6 years ago

Hehe ok apparently I even bumped that at some point :p I'll just post in there.