We have a lot of those messages after Portal upgrade Current Portal Version: 8.2.1.2012
Best Answers
-
Brian_Wiest Customer Super IT Monkey ✭✭✭✭✭Rerun the installer, after making sure the files were not blocked in the download.5
-
Geoff_Ross Cireson Consultant O.G.Hi @Margarete_Jussen
It is by design that the map files are not included. These are for debugging purposes only. The browser will only try to load them when the Dev Tools are open so there is no effect in normal running
Geoff5 -
john_doyle Cireson Support Ninja IT Monkey ✭✭✭✭The map files are used when debugging JavaScript code which has been 'minified'. A JavaScript file is minified by removing all line feeds and unnecessary spaces. This makes it as small as possible so that it takes up less bandwidth when it is downloaded. This process has the side effect of making the file extremely difficult to debug, because every error occurs on line 1. The map files tell you which line the error occurred on in the file before it was minified.
You could, if you wished, download the map files from jquery and telerik, but their absence is of no consequence for normal operation of the portal, as @Geoff_Ross pointed out.
5
Answers
jquery.min-map, jquery., caret.map, ......
It is by design that the map files are not included. These are for debugging purposes only. The browser will only try to load them when the Dev Tools are open so there is no effect in normal running
Geoff
You could, if you wished, download the map files from jquery and telerik, but their absence is of no consequence for normal operation of the portal, as @Geoff_Ross pointed out.