diff --git a/public/sound/brightAndBeautifull__.mp3 b/public/sound/brightAndBeautifull__.mp3 deleted file mode 100644 index 8fc39ac..0000000 Binary files a/public/sound/brightAndBeautifull__.mp3 and /dev/null differ diff --git a/sw-config.js b/sw-config.js index 7bc993c..a96ed5b 100755 --- a/sw-config.js +++ b/sw-config.js @@ -28,7 +28,7 @@ function myHandler(request, values, options) { module.exports = { staticFileGlobs: [ "!(version)/**/*.!(php)", - "!(version)/*.!(php)", + // "!(version)/*.!(php)", "*.!(php|htaccess)", "/", ], @@ -61,5 +61,5 @@ module.exports = { handler: myHandler // handler: "networkFirst" }], - maximumFileSizeToCacheInBytes: 4194304 + maximumFileSizeToCacheInBytes: 14194304 };