mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
Gzip build output files in update_metadata.sh instead of update_metadata.yml.
This commit is contained in:
committed by
Monica Kozbial
parent
eddc5f676b
commit
78a5d98c20
@@ -3,6 +3,9 @@
|
||||
# Determines the size of generated files and updates check_metadata.sh to
|
||||
# reflect the new values.
|
||||
|
||||
gzip -k build/blockly_compressed.js
|
||||
gzip -k build/blocks_compressed.js
|
||||
|
||||
blockly_size=$(wc -c < "build/blockly_compressed.js")
|
||||
blocks_size=$(wc -c < "build/blocks_compressed.js")
|
||||
blockly_gz_size=$(wc -c < "build/blockly_compressed.js.gz")
|
||||
|
||||
Reference in New Issue
Block a user