Hi

I have setup a basic project and I try to understand how
dependency tracking works. If I have my app running and I modify
a template file - is vibe supposed to detect that and recompile
the app? Because currently I don't see it happening. In the
examples directory I noticed a file that was commited to the repo:

examples/app_skeleton/source/app.d.deps

It looks like an autogenerated file and when I run my app there
is no dependency file generated. Is that a bug or do I need to
run vibe in a specific way?