How to get LiveEdit working with NodeJS app + Nodemon + PUG templates?
Hi,
My debugger is working properly and that's not the issue.
I am now doing a lot on frontend part with pure html and it would be really good to have live edit, but so far I have to refresh all the time to see my changes in browser.
I have JB plugin in Chrome and it is shown as connected to Webstorm.
My app is runed by nodemon and it is restarting properly but I have to refresh Chrome to see changes.
Please sign in to leave a comment.
In Browser/Live Edit tab of your Node.js run configuration specify your application URL, make sure to tick with Javascript debugger - now on making changes to jade templates browser will be auto-updated