jansmolders86 / mediacenterjs

A HTML/CSS/Javascript (NodeJS) based Media center
http://mediacenterjs.com
1.29k stars 243 forks source link

HTTP Errors show up in the console #122

Closed hoffi closed 10 years ago

hoffi commented 10 years ago

Hey,

i have recognized that there show up some errors in the console: bildschirmfoto 2014-07-06 um 16 46 23

The Source of those error seem to come from the angular-*.min.js.map files as they are referencing the unminified JS-Files that are not included

jansmolders86 commented 10 years ago

Nice! I'll add them :)

jansmolders86 commented 10 years ago

The source maps do not give any errors in my case. They already exist in my directory.

image

Would you like to check again?

hoffi commented 10 years ago

The error comes from a reference Insider the source maps. Because they are referencing to unminified JS Files. For example angular.js

jansmolders86 commented 10 years ago

I understand. I missed that somehow. I added all the angular files. :)