jquery/build
Michał Gołębiowski-Owczarek 015dc50f5b
Build: Report Brotli sizes in compareSize
So far, we were mostly optimizing gzipped sizes. However, using Brotli is more
and more popular as all modern browsers support it and compression is much
better. It makes sense to also pay attention to these numbers.

The `comparseSize` version stays at `2` as this only introduces a new field
without affecting existing ones. The only drawback is comparisons with branches
that didnt have Brotli computed before will return `NaN`. This can be easily
fixed locally by checking out the branch and running the build, but at least
we don't lose gzipped sizes in the meantime.

Closes gh-5586

(cherry picked from commit e4b5e62277)
2024-11-25 23:21:59 +01:00
..
fixtures Docs: Update remaining HTTP URLs to HTTPS 2024-04-25 00:24:08 +02:00
release Release: migrate release process to release-it 2024-07-29 15:25:14 -04:00
tasks Build: Report Brotli sizes in compareSize 2024-11-25 23:21:59 +01:00
command.js Release: migrate release process to release-it 2024-07-29 15:25:14 -04:00
package.json Release: migrate release process to release-it 2024-07-29 15:25:14 -04:00