SublimeText-Nodejs
SublimeText-Nodejs copied to clipboard
Build system kills nodemon
Hello,
I'm using nodemon for development since I don't want to restart my node apps every time I do a modification to a file.
It seems like I cannot use the build system to launch a node script that would connect to a deamon running with nodemon. Nodemon just exists saying it was killed.
Any way around this? I'd really love to not have to have a seperate prompt for running my script and do it all in sublime text.
Thanks!
Resolved in v2.0.2
Sorry, only resolved the part related to the debugger. The debugger command also was killing all node processes. Will fix in future release