page-actions
bat 3 years ago
parent 9c6213c3e5
commit a5883d746b

14
sw.js

@ -1,15 +1,21 @@
async function initCache() {
const cache = await caches.open('v1')
await cache.addAll([
'/',
'/index.html',
'/app.js',
'/components/page.js',
'/components/layout.js',
'/components/file-group-page.js',
'/components/header.js',
'/components/layout.js',
'/components/nav-menu.js',
'/components/page.js',
'/dialog/dialog.js',
'/editor/app.js',
'/editor/file-group.js',
'/editor/file-view.js',
'/editor/text-edit.js',
'/forms/button-group.js',
'/index.html',
'/loader/builder.js',
'/loader/editor-build.js',
'/menu/dropdown.js',
]) //2
}

Loading…
Cancel
Save