Closed gima closed 11 years ago
Great. Reading local code for old version and reporting bug against more recent version.
Versions:
├─┬ grunt-nodemon@0.0.5
│ └── nodemon@0.7.8
Still doesn't work. I assume it's because "cwd" is being passed to grunt.util.spawn
which doesn't recognize it, whereas child_process.spawn
does.
I want to delete myself from life right about now. It works. No more coding for me today!
lol
The 'cwd'-option appears in the documentation, but there's no implementation backing it up. Neither can I find the support for changing working directory in nodemon itself. Would be an useful feature, though.