RA-#7 Fix serviceWorker
This commit is contained in:
@@ -58,10 +58,10 @@ workbox.precaching.precacheAndRoute([
|
||||
$dirsToCache = [
|
||||
'/client/app',
|
||||
'/client/fonts/css',
|
||||
'/client/fonts/webfonts'
|
||||
'/client/images'
|
||||
'/client/scripts'
|
||||
'/client/styles'
|
||||
'/client/fonts/webfonts',
|
||||
'/client/images',
|
||||
'/client/scripts',
|
||||
'/client/styles',
|
||||
];
|
||||
|
||||
function addDir($path) {
|
||||
|
||||
Reference in New Issue
Block a user