jQuery viewer install issue? Multiple pages

Post Reply
AustinDave
Posts: 3
Joined: 03 Nov 2014, 23:18

I was chasing this error in the javascript console for the Application Roadmap, but I see it is on the home page as well, so this might be benign.

I note first that under the webapps directory, there's a js directory, but not a dist under that, so I'm going to guess that's a mapping somewhere. There is a jquery-migrate-1.1.1.min file in my js directory (see screenshot), so there's probably supposed to be a substitution at some point. Is this substitution happening at install/deploy time? Are there other file names that might need to be regenerated?
Thanks


Code: Select all

GET http://localhost:8080/essential_viewer/js/dist/jquery-migrate.min.map 404 (Not Found)
simile-ajax-bundle.js:1980 GET http://localhost:8080/essential_viewer/__history__.html?0 404 (Not Found)
You do not have the required permissions to view the files attached to this post.
User avatar
neil.walsh
Posts: 444
Joined: 16 Feb 2009, 13:45
Contact:

Hi Dave,

These are known bugs that will be resolved in the next release.

The Jquery min.map issue is a developer related issue where the .min version of Jquery is looking for the full uncompressed version of the same file.

The __history related issue is a minor config option for the roadmap for a feature that we do not use.

Neither of these issues should affect the performance of the view in any way.

Thanks

Neil
Post Reply