Hello and I'm not sure posting at the right position but it seems to fit. I wanted to include culture settings, like:
<script src="telerik/js/cultures/kendo.culture.de-DE.min.js"></script>
<script src="http://kendo.cdn.telerik.com/2016.1.112/js/cultures/kendo.culture.de-DE.min.js"></script>
Both causes the following error:
Failed to load resource: the server responded with a status of 404 (Not Found)
http://kendo.cdn.telerik.com/2016.1.112/js/cultures/kendo.culture.de-DE.min.js.map
There is this ".map" in the end but there is not ".map" in the local directory where the culture files are. I have no idea what this is for. I've seen a similar problem in the .net forum (to which I have no write access). They said there that the problem is only in Chrome. In my situation I have the problem in Safari and (as you see) with a very new Kendo UI version.The error is not shown in Firefox. Even if it works in both browser I don't like to have/see this error. How can I fix it?