microsoft/just

Add Task for watch/dev mode - Checks for file changes in directories and runs scripts

yasarsid opened this issue · 0 comments

Add a Task for for watch mode or dev mode. Where if a file changes under a provided folder structure we can run npm scripts.

This will enable us to have fast prototypes and avoid running bundle/build commands each time.
Very similar to nodemon --watch