I use phpstorm 7 to develop my JavaScript project. Everything works fine, but in the console, I get about 100 lines like this:
Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost/js/directives/directives.js.map:0
I get this message for nearly every javascript file. It tries to load non existing *,js.map files. Can I turn of this logging, or is there any filter option for such cases?
Add screenshot: