Page 1 of 1

jQuery viewer install issue? Multiple pages

Posted: 13 Jan 2015, 16:02
by AustinDave
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)

Re: jQuery viewer install issue? Multiple pages

Posted: 14 Jan 2015, 13:14
by neil.walsh
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