[SKIP CI] Stop producing gzipped copy of index file

Newer versions of the app uses the minified version instead.
This commit is contained in:
arkon 2021-06-14 17:49:27 -04:00
parent d002d31c0d
commit 488889f170
1 changed files with 0 additions and 3 deletions

View File

@ -45,7 +45,4 @@ done | jq -sr '[.[]]' > index.json
# Alternate minified copy
jq -c '.' < index.json > index.min.json
# Alternate gzipped copy
gzip -c index.json > index.json.gz
cat index.json