Open omerts opened 9 years ago
Hmm, that output is in your terminal, not the browser console, yes? What does your browser console output?
Yes the output is from the terminal. In the browser I only see the following:
For what it's worth, live-server is reloading the page correctly. Also if I go to the site's root, the page does reload, when karma's index.html is changed.
I just notices, that any file, that is not the main index file, is not reloading on file change. Maybe I am doing something wrong?
I've just realised you must be on Windows. I haven't even tested there, I bet I'm doing something silly with /
vs \
:)
Hello,
I have a package which generates an html file, after running unit tests. The jspm-server recognizes the change, but doesn't reload the page.