design changes

This commit is contained in:
2020-04-15 14:35:47 +05:30
parent db4c7612a4
commit 312da4b232
63 changed files with 884 additions and 192 deletions

View File

@@ -14,7 +14,7 @@
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
importScripts(
"/adobeassignment/precache-manifest.a1eff7c3eda0ad39e05a26a7d9d5efd6.js"
"/eComDemo/precache-manifest.219cf52203060faf0ffb6a0bfd96b97b.js"
);
self.addEventListener('message', (event) => {
@@ -33,7 +33,7 @@ workbox.core.clientsClaim();
self.__precacheManifest = [].concat(self.__precacheManifest || []);
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("/adobeassignment/index.html"), {
workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("/eComDemo/index.html"), {
blacklist: [/^\/_/,/\/[^/?]+\.[^/]+$/],
});