summaryrefslogtreecommitdiff
path: root/worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'worker.js')
-rw-r--r--worker.js34
1 files changed, 6 insertions, 28 deletions
diff --git a/worker.js b/worker.js
index ac62444..8a4b39b 100644
--- a/worker.js
+++ b/worker.js
@@ -5,41 +5,19 @@ const CACHE_NAME = CACHE_PREFIX + '-v2';
const CACHE_URLS = [
'manifest.json',
'worker.js',
- 'img/ic_launcher_web.png?v4',
+ 'img/ic_launcher_web.png',
'img/favicon.png',
'read.html',
- 'js/app.js',
- 'js/reader.js',
- 'js/reader_iframe.js',
- 'js/dict.js',
- 'css/read.css',
- 'css/reader.css',
- 'css/index.css',
- 'css/transitions.css',
+ 'dist/app.min.js',
+ 'dist/reader.min.js',
+ 'dist/reader_iframe.min.js',
+ 'dist/app.min.css',
+ 'dist/app-libs.min.js',
'offline.html',
- 'themes/default.css',
- 'themes/light.css',
- 'themes/mocca.css',
- 'themes/night.css',
- 'themes/plan9.css',
- 'themes/gray.css',
- 'themes/sepia.css',
- 'lib/promise.js',
- 'lib/fetch.js',
- 'lib/zip.min.js',
- 'lib/epub.js',
- 'lib/localforage.min.js',
- 'lib/jquery.mobile-events.min.js',
- 'lib/holder.min.js',
'lib/bootstrap/v3/css/bootstrap-theme.min.css',
'lib/bootstrap/v3/css/bootstrap.min.css',
'lib/bootstrap/v3/css/theme-dark.min.css',
- 'lib/bootstrap/v3/js/jquery.js',
- 'lib/bootstrap/v3/js/bootstrap.min.js',
'lib/bootstrap/v3/fonts/glyphicons-halflings-regular.woff2',
- 'lib/hyphen/en-us.js',
- 'lib/hyphen/ru.js',
- 'lib/hyphen/hyphen.js',
'lib/fonts/pmn-caecilia-55.ttf',
'lib/fonts/pmn-caecilia-56.ttf',
'lib/fonts/pmn-caecilia-75.ttf'