Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

music assets #1654

Merged
merged 1 commit into from
Apr 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading