just icon indicating copy to clipboard operation
just copied to clipboard

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

Open yasarsid opened this issue 4 years ago • 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

yasarsid avatar Apr 08 '21 02:04 yasarsid