Skip to content

Commit

Permalink
music assets (#1654)
Browse files Browse the repository at this point in the history
  • Loading branch information
keldaan-ag authored Apr 13, 2024
1 parent 2f9116a commit dfe5f29
Show file tree
Hide file tree
Showing 152 changed files with 31 additions and 36 deletions.
2 changes: 1 addition & 1 deletion app/public/dist/client/esbuild.meta.json

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions app/public/dist/client/sw.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Change this cache name every time you want to force players
to invalidate their cache and download all assets again */

const CACHE_NAME = "CACHE v4.10.0.127"
const CACHE_NAME = "CACHE v4.10.0.130"

// Cache-first strategy
const cacheFirst = (event) => {
Expand Down Expand Up @@ -43,8 +43,7 @@ self.addEventListener("fetch", async (event) => {
if (
event.request.method === "GET" &&
(url.includes("/assets/") ||
url.includes("/SpriteCollab/") ||
url.includes("/pokemonAutoChessMusic/"))
url.includes("/SpriteCollab/"))
)
cacheFirst(event)
})
Expand Down
2 changes: 1 addition & 1 deletion app/public/src/assets/atlas.json

Large diffs are not rendered by default.

Loading

0 comments on commit dfe5f29

Please sign in to comment.