I'm currently building a single large HTML5 application (using angularJS) and I have recently discovered appCache.
This is working perfectly, as expected but I'd like to optimize my loading. Ideally, I'd like to define 2 manifest.appcache but I really don't know how to perform that
Why that ? I have only a very few item updated that I want to download for every release. For exemple, all vendors librairy are rarely changing.
Therefore, I was looking forward to have a vender.appcache & myapp.appcache
Is there anyway to acheive that ?
lazyLoading ( oclazyloading ) is not a proper solution for me as it does not work offline.
My webserver is Tomcat7 for instance.