ChrisWren / grunt-nodemon

Grunt task to run nodemon
MIT License
345 stars 37 forks source link

Option 'cwd' doesn't work #11

Closed gima closed 11 years ago

gima commented 11 years ago

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.

gima commented 11 years ago

Great. Reading local code for old version and reporting bug against more recent version.

gima commented 11 years ago

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.

gima commented 11 years ago

I want to delete myself from life right about now. It works. No more coding for me today!

ChrisWren commented 11 years ago

lol