fix: update service worker cache with missing pages and notifications service
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const CACHE_NAME = 'dgray-v44';
|
||||
const CACHE_NAME = 'dgray-v45';
|
||||
const STATIC_ASSETS = [
|
||||
'/',
|
||||
'/index.html',
|
||||
@@ -31,6 +31,7 @@ const STATIC_ASSETS = [
|
||||
'/js/services/pow-captcha.js',
|
||||
'/js/services/btcpay.js',
|
||||
'/js/services/favorites.js',
|
||||
'/js/services/notifications.js',
|
||||
|
||||
// Components
|
||||
'/js/components/app-shell.js',
|
||||
@@ -56,6 +57,9 @@ const STATIC_ASSETS = [
|
||||
'/js/components/pages/page-messages.js',
|
||||
'/js/components/pages/page-settings.js',
|
||||
'/js/components/pages/page-not-found.js',
|
||||
'/js/components/pages/page-notifications.js',
|
||||
'/js/components/pages/page-privacy.js',
|
||||
'/js/components/pages/page-terms.js',
|
||||
|
||||
// Vendor
|
||||
'/js/vendor/cropper.min.js',
|
||||
|
||||
Reference in New Issue
Block a user