Live edit with node.js and angular Follow
I have a project using node.js that creates a webserver for me on localhost:3000 that webserver serves a page with ejs templates and a bunch of javascript (i am using angular js) i can debug them all just fine, trouble is i want to use live edit, but when i change my js or html file sources (not the templated ones the ones that are being staticaly served) i see no change, for change to happen i have to hit the "Rerun" button on the debugger.
is it possible on this setup to use live edit? how do i make it happen?
Please sign in to leave a comment.