Skip to content

Commit

Permalink
IMG pri
Browse files Browse the repository at this point in the history
  • Loading branch information
vipertechofficial committed Jun 14, 2024
1 parent 2089f6c commit 7eea03e
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 14 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
_REGISTER_SERVICE_WORKER().catch(_RELOAD).then(_LISTEN_RELOAD);

</script>
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "3f18a915cd7d481d94711fdebfa555a2"}'></script>
<script async src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "3f18a915cd7d481d94711fdebfa555a2"}'></script>
<!-- Open graph metadata -->
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://pixa.pics"/>
Expand Down
2 changes: 1 addition & 1 deletion client/chunk_17.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/chunk_2.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/chunk_36.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/chunk_39.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/chunk_main_678f84af.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/chunk_main_d939e436.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
_REGISTER_SERVICE_WORKER().catch(_RELOAD).then(_LISTEN_RELOAD);

</script>
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "3f18a915cd7d481d94711fdebfa555a2"}'></script>
<script async src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "3f18a915cd7d481d94711fdebfa555a2"}'></script>
<!-- Open graph metadata -->
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://pixa.pics"/>
Expand Down
10 changes: 5 additions & 5 deletions service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ var LOAD_FILES_USEFUL = ["/src/fonts/normative/index.css"].concat(["illusion.jpg
var LOAD_FILES_STATIC = ["sfx/md/hero_decorative-celebration-02", "sfx/md/navigation_selection-complete-celebration", "sfx/md/navigation_transition-left", "sfx/md/state-change_confirm-down", "sfx/md/ui_lock", "sfx/md/ui_unlock", "sfx/md/ui_scan", "sfx/md/alert_high-intensity", "sfx/md/navigation_transition-right", "voice/cn/accessing_memory", "voice/cn/complete", "voice/cn/please_wait", "voice/cn/data_upload", "voice/cn/processing", "voice/cn/enhanced", "voice/cn/rewriting_deep_layer_protocols", "voice/cn/vision_activated", "voice/cn/vision_deactivated", "voice/cn/filtering", "music/redeclipse/track_09"].map(F_SND).concat(["presentation", "tutorial", "create", "enhanced", "pixelated", "upload", "share1", "joke1", "create", "enhanced", "pixelated", "presentation", "presentation2", "sponsors", "tutorial", "upload", "labintro", "share2", "share3", "share4", "share5", "share6", "share7", "joke2", "joke3", "joke4", "joke5", "joke6", "joke7", "joke8", "joke9", "joke10", "joke11"].map(F_VID));

// Cache names
var REQUIRED_CACHE = "unless-update-cache-v1042-required";
var USEFUL_CACHE = "unless-update-cache-v1042-useful";
var STATIC_CACHE = "unless-update-cache-v1042-static";
var OTHER_CACHE = "unless-update-cache-v1042-other";
var REQUIRED_CACHE = "unless-update-cache-v1043-required";
var USEFUL_CACHE = "unless-update-cache-v1043-useful";
var STATIC_CACHE = "unless-update-cache-v1043-static";
var OTHER_CACHE = "unless-update-cache-v1043-other";

// Regular expressions for chunk matching
var MAIN_CHILD_CHUNK_REGEX = /chunk_(main_[a-z0-9]+)\.min\.js$/i;
Expand Down Expand Up @@ -96,7 +96,7 @@ function fetchAndCache(url, cache) {
// Install event
self.addEventListener("install", function(event) {
event.waitUntil(
Promise.race([
Promise.allSettled([
required_cache.then(function(cache) {
return cache.addAll(INSTALL_FILES_REQUIRED);
}),
Expand Down
9 changes: 9 additions & 0 deletions src/js/utils/demoData.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
minifyWhitespace: true,
minifyIdentifiers: true,
minifySyntax: true,
ecma: 6,
ecma: 5,
parse: {},
module: false,
toplevel: true,
Expand Down

0 comments on commit 7eea03e

Please sign in to comment.