i have script being run through grunt task.
within script, need start , stop child process running in background.
if run script (or scripts) manipulate these child processes without grunt, works fine - script/s run, child processes spawned , killed etc etc - grunt fails , child process being spawned, killed few seconds after...
i know can create async child process spawning tasks within grunt, need spawn/kill child processes within scripts themselves.
any ideas?
when grunt finishes build, process ends, terminating children process. script launched child process, need change.
please give more details on how you're launching more detailed help.
Comments
Post a Comment