[SKIP CI] Stop producing gzipped copy of index file
Newer versions of the app uses the minified version instead.
This commit is contained in:
parent
d002d31c0d
commit
488889f170
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue