Posted By Gary on 12-19-2012 08:55 PM
Hello Jean-marie,
Thanks for your post, for your first question, we have a property in the map control named “IsDefaultJavascriptLibraryDisabled”, you can minify the js with some thirdpart software like toptensoftware.com/Articles/11/…t-Minifier, then add this minified js into your product, add it as reference in your layout page, then set IsDefaultJavascriptLibraryDisabled to true, it will stop load our js but only use the js you reference.
And for your next question, sorry i’m not very clear about the manifest file you mentioned, do you mean you would like to cache the css file and images used by MVCEdition on client side using HTML5 new features “Application Cache - manifest file”? If yes, as far as i know, there isn’t any sepecial setting required, just following the normal steps mentioned at whatwg.org/specs/web-apps/curre…#manifests , if you are using it, please remember ApplicaitonCache feature doesn’t support IE9 and lower.
Please feel free to let us know your questions.
Regards,
Gary
Thanks, it helps me a lot.