#7973 closed enhancement (fixed)
Switch to UglifyJS
Reported by: | john | Owned by: | snover |
---|---|---|---|
Priority: | blocker | Milestone: | 1.5 |
Component: | core | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
We should switch to UglifyJS, it's much better than Closure Compiler.
Change History (3)
comment:1 Changed 13 years ago by
Component: | unfiled → core |
---|---|
Milestone: | 1.next → 1.5 |
Owner: | set to snover |
Priority: | undecided → blocker |
Status: | new → assigned |
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Replace build system with a faster new one that uses Node and UglifyJS and generates smaller minified files. Also removes builds through rake/ant since having 3 different build systems was too much to maintain (make was the only one consistently kept up-to-date). Fixes #7973.
Changeset: d503845d0cf45632c0d7c3542ffd1b19257a8e5e
Note: See
TracTickets for help on using
tickets.
pull request