From cf1d643376d4f18cd5cfa9075a21b11fb5713daf Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 8 Oct 2020 16:05:18 +0300 Subject: some more gulp-related stuff --- worker.js | 34 ++++++---------------------------- 1 file changed, 6 insertions(+), 28 deletions(-) (limited to 'worker.js') 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' -- cgit v1.2.3