summaryrefslogtreecommitdiff
path: root/worker.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-10-08 16:05:18 +0300
committerAndrew Dolgov <[email protected]>2020-10-08 16:05:18 +0300
commitcf1d643376d4f18cd5cfa9075a21b11fb5713daf (patch)
tree15eedecef0f052368709dc74c5ee4c5eb41d9664 /worker.js
parent0add899fa4e15e1f0a872f03805a63886e999ca7 (diff)
some more gulp-related stuff
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'