Re: Progressive Web App with Caching and Code Splitting

2017-08-10 Thread zakaria amine
It you be great if you can share your solution. Le lundi 7 août 2017 16:21:19 UTC+2, Gernot Pansy a écrit : > > I got it myself working, with a extended Linker and the using of > XhrFragementLoader. > > On Friday, August 4, 2017 at 12:00:55 AM UTC+2, Gernot Pansy wrote: >> >> Hi, >> >> I wan't

Re: Progressive Web App with Caching and Code Splitting

2017-08-07 Thread Juan Pablo Gardella
+1 On Mon, 7 Aug 2017 at 15:05 Slava Pankov wrote: > It would be really nice if you share details or even code of your > implementation. > > > On Monday, August 7, 2017 at 7:21:19 AM UTC-7, Gernot Pansy wrote: >> >> I got it myself working, with a extended Linker and the

Re: Progressive Web App with Caching and Code Splitting

2017-08-07 Thread Slava Pankov
It would be really nice if you share details or even code of your implementation. On Monday, August 7, 2017 at 7:21:19 AM UTC-7, Gernot Pansy wrote: > > I got it myself working, with a extended Linker and the using of > XhrFragementLoader. > > On Friday, August 4, 2017 at 12:00:55 AM UTC+2,

Re: Progressive Web App with Caching and Code Splitting

2017-08-07 Thread Gernot Pansy
I got it myself working, with a extended Linker and the using of XhrFragementLoader. On Friday, August 4, 2017 at 12:00:55 AM UTC+2, Gernot Pansy wrote: > > Hi, > > I wan't to convert my GWT (2.8.1) application to an progressive web app > and add code splitting. I already build a custom Linker

Progressive Web App with Caching and Code Splitting

2017-08-03 Thread Gernot Pansy
Hi, I wan't to convert my GWT (2.8.1) application to an progressive web app and add code splitting. I already build a custom Linker which creates a service worker file automatically and the caching is working except of the deferred fragemnts. My service worker is not called if the are loaded,