Skip to content

Commit f4e70a3

Browse files
committed
Enable gzip in modern content build
Update `scripts/build_all.sh` to pass `USE_GZIP=1` when building modern HTTP content, so the full build now generates gzip-compressed assets as part of the content step.
1 parent a147343 commit f4e70a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
cd ../lib-remoteconfig/http/content
4-
make clean && make CONTENT=modern
4+
make clean && make CONTENT=modern USE_GZIP=1
55
cd -
66

77
cd ..

0 commit comments

Comments
 (0)