Opened 7 years ago
Closed 7 years ago
#13355 closed feature (fixed)
Uglifyjs compression options and variable sequence optimization
Reported by: | markelog | Owned by: | markelog |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | build | Version: | 1.9rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Some Uglifyjs options might work great for minification, but worsens gzip size, disabling these options will decrease gzipped size. There is also possibility to save couple of bytes by changing some of the sequences of variable initialization across all jQuery source.
Change History (2)
comment:1 Changed 7 years ago by
Component: | unfiled → build |
---|---|
Owner: | set to markelog |
Priority: | undecided → low |
Status: | new → assigned |
Version: | 1.9.0 → 1.9rc1 |
comment:2 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fix #13355. Tweak Uglify options and var order for gzip. Close gh-1151.
Change uglify-js options for compressor Change variables initialization sequence for some declarations
Changeset: d79bf3517eda9b74883c68c255e82067449d3274
Note: See
TracTickets for help on using
tickets.
PR – https://github.com/jquery/jquery/pull/1151