Actually I have a problem with live reloading javascript files. For example I do have an *.html file with
...
<body>
<script src="test.js"></script>
<body>
...
So when I do edit this html file - browser automatically reloads page - but when I edit test.js file - nothing happens - I need to manually reload page in browser or to change smth in html file.
What do I do wrong? because Live Edit works fine both with html and linked css files. I've used several versions of Intellij - beginning from 13 and now I have latest 14.0.3 - but live js reloading does not work((
This is strange because live *.js reloading works fine with NetBeans and Brackets - I've tried it and all worked fine((