Skip to content

Commit 6dd6a3e

Browse files
committed
do not bother gzipping releases.json
It doesn't save that much, and I think it'll be annoying during publication
1 parent 6b94a01 commit 6dd6a3e

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

gzip.sh

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@ function batchGzip {
1313
done
1414
}
1515

16-
# # total savings
17-
# # 5 Feb 2020
18-
# #------------
19-
batchGzip "elm.json" # 2,460,384
20-
batchGzip "docs.json" # 204,728,592
21-
batchGzip "README.md" # 11,402,288
22-
batchGzip "releases.json" # 94,960
23-
# #------------
24-
# # 218,686,224
25-
26-
# before: 269,159,000
27-
# after: 50,472,776
16+
batchGzip "elm.json"
17+
batchGzip "docs.json"
18+
batchGzip "README.md"

0 commit comments

Comments
 (0)