I can't find anywhere an answer for this: do I need to restart the simple http-server
if I edit client files like .html, .css or .js (e.g.: index.html) from the directory the server is based on?
I want to use http-server
for development phase, when I edit various files multiple times.
Note: this question is not related to How can I edit on my server files without restarting nodejs when i want to see the changes?