Skip to content

Commit 5eeef2c

Browse files
author
Affolter Matias
committed
Reduce palette, a little bit of optimizations
1 parent 2711137 commit 5eeef2c

File tree

3 files changed

+32
-31
lines changed

3 files changed

+32
-31
lines changed

‎client/chunk_5.min.js‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎service-worker.js‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
2-
var REQUIRED_CACHE = "unless-update-cache-v534-required";
3-
var USEFUL_CACHE = "unless-update-cache-v534-useful";
4-
var STATIC_CACHE = "unless-update-cache-v534-static";
2+
var REQUIRED_CACHE = "unless-update-cache-v535-required";
3+
var USEFUL_CACHE = "unless-update-cache-v535-useful";
4+
var STATIC_CACHE = "unless-update-cache-v535-static";
55
var MAIN_CHILD_CHUNK_REGEX = /chunk_(main_[a-z0-9]+)\.min\.js$/i;
66
var CHILD_CHUNK_REGEX = /chunk_([0-9]+)\.min\.js$/i;
77

0 commit comments

Comments
 (0)