mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
e4b5e62277
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 |
||
---|---|---|
.. | ||
lib | ||
build.js | ||
dist.js | ||
minify.js | ||
node_smoke_tests.js | ||
npmcopy.js | ||
promises_aplus_tests.js | ||
qunit-fixture.js |