I would like to refresh automatically my generated files, generated by grunt. To do so, I would like to run automatically grant from nodeJs.
I found the reverse, run node server from grunt, but it's not what I want to do.
Do you have tips to run grunt when the server start? Maybe it's something like call command line from node, but I'm not used to do that. Thanks.