This commit is contained in:
Nolan Lawson 2018-02-08 22:31:05 -08:00
parent 2e83bc0ff9
commit 3cfab0d6a9
3 changed files with 6 additions and 5 deletions

View File

@ -78,7 +78,12 @@
"localStorage",
"URLSearchParams",
"IntersectionObserver",
"URL"
"URL",
"self",
"caches",
"__routes__",
"__shell__",
"__assets__"
],
"ignore": [
"dist",

View File

@ -1,5 +1,3 @@
/* global __routes__ */
import { init } from 'sapper/runtime.js'
import { offlineNotifiction } from '../routes/_utils/offlineNotification'
import { serviceWorkerClient } from '../routes/_utils/serviceWorkerClient'

View File

@ -1,5 +1,3 @@
/* global self, caches, __shell__, __assets__, __routes__ */
const timestamp = '__timestamp__'
const ASSETS = `cache${timestamp}`