We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098b58b commit 7d6e3e7Copy full SHA for 7d6e3e7
1 file changed
sample/service-worker.js
@@ -7,6 +7,7 @@
7
var CACHE_NAME = 'app_serviceworker_v_1',
8
// ссылки на кэшируемые файлы
9
cacheUrls = [
10
+ '/sample/',
11
'/sample/js/app.js',
12
'/sample/index.html'
13
];
0 commit comments