You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for looking into this, I hope other people will find it useful as well.
The main driving force behind it is to:
Not write a filewatcher which would require additional interop with converting from physical <-> virtual filenames and
Being able to watch virtual directories would give additional flexibility.
Consider for instance a hot-reload system which watches the asset directory and on file change triggers a recompilation of that asset. I'm sure there's other example use cases.
Is there a plan on adding support for watching a directory for changes? Ideally via native file watch API.
The text was updated successfully, but these errors were encountered: