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