One of my app's dependencies is using require to load json configuration. It then updates the config file. This is causing node-dev to get stuck infinitely restarting. Since this is in a dependency, I would strongly prefer not to change how the file is loaded.
In #53 an ignore config was mentioned. I think this makes sense. Does this exist? I couldn't find it in the source. Can you please add it? Thanks!
One of my app's dependencies is using
requireto load json configuration. It then updates the config file. This is causing node-dev to get stuck infinitely restarting. Since this is in a dependency, I would strongly prefer not to change how the file is loaded.In #53 an ignore config was mentioned. I think this makes sense. Does this exist? I couldn't find it in the source. Can you please add it? Thanks!