The Live Edit feature of Webstorm 8 doesn't seem to work when using an external JavaScript file (i.e. when included with <script src="script.js"></script>
in my HTML). Changes in the external JavaScript file appear only after I refresh the page.
Things work just fine for other scenarios - e.g. when I start debugging, the page in Chrome gets updated when I make changes to the HTML or CSS files, and things also work when I write some JavaScript code between <script>
and </script>
tags in the HTML.
What could the problem be?