Mordechai Zuber
Mordechai Zuber
So I looked into this some, and the current set up will not allow for this without some uncomfortable twisting. Leaving this open, but it is further down on the...
This is an area I am unfamiliar with. Could you please provide a bit more context?
We are not using the api (yet?) but it looks like it should be possible to just add another option to the config Will try and get to it soon,...
Could you describe what you need in a bit more detail? you want npm-watch itself to be listening for a debugger, or to enable it run commands that listen?
🤔 Do you happen to have a minimal script case that you would expect to work but doesn't?
`npm-watch` does spawn new processes, but if I understood correctly, @michailw - your question is how to have `npm-watch` run a command where the command is listening for a debugger?...
Where does the restore go? - Cache - Databse - Users choice - Should there be a default?
it should go into the cache, adding in only objects that aren't already in the cache. If there is an item with the same id, but different data - a...
Overall this looks good, but I found the following edge cases that would still need to work: - `npm run watch` should simply run all tasks defined - `npm run...
> We should add a test suite. That is something I would love to do, if you have an idea on how to implement, please open an issue/pr so we...