Side navigation
#13355 closed feature (fixed)
Opened January 31, 2013 05:31AM UTC
Closed January 31, 2013 03:25PM UTC
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.
Attachments (0)
Change History (2)
Changed January 31, 2013 05:33AM UTC by comment:1
component: | unfiled → build |
---|---|
owner: | → markelog |
priority: | undecided → low |
status: | new → assigned |
version: | 1.9.0 → 1.9rc1 |
Changed January 31, 2013 03:25PM UTC by comment:2
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
PR – https://github.com/jquery/jquery/pull/1151