Skip to content

Commit

Permalink
deploy: c8c2476
Browse files Browse the repository at this point in the history
  • Loading branch information
gucci-on-fleek committed Sep 7, 2024
1 parent 532f93d commit 1e802b7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ minify_html () {
}

minify_xml () {
if [ "$1" = "=items-to-tsv.xslt" ]; then
if [ "$1" = "items-to-tsv.xslt" ]; then
return
fi
command minify --type=xml -o dist/"$1" src/"$1"
Expand Down
2 changes: 0 additions & 2 deletions dist/items-to-tsv.xslt

This file was deleted.

2 changes: 1 addition & 1 deletion service-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* SPDX-FileCopyrightText: 2022 Max Chernoff
*/

const version="10748345855"
const version="10748378653"
const cache_name = `stardew-valley-item-finder-v${version}`
const cache = caches.open(cache_name)
const requests = [
Expand Down

0 comments on commit 1e802b7

Please sign in to comment.