I was able to get live edit working following these instructions: running-and-debugging-node-js
And I was able to get nodemon running following this post: How can I run nodemon from within WebStorm?
However, I am unable to combine the two configurations to get live edit working with nodemon...
If I add nodemon parameters to my live edit config it stops working
ideas?
Thanks
Works fine for me (WebStorm 7.0.1). here is my nodemon run configuration (I'm on Windows 7):
Whe I run this configuration in debugger, all changes made to html/css (served using connect.static) are 'live'
If similar configuration doesn't work for you, can you provide a sample project that shows up your problem?