Opened 15 years ago
Closed 15 years ago
#11634 closed enhancement (wontfix)
Better minified Jcrop Script
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | normal | Version: | 2.9 |
Component: | JavaScript | Keywords: | has-patch tested dev-feedback 2nd-opinion |
Focuses: | Cc: |
Description
I've used YUI Compressor to get better minified file than original - 26% size reduction.
I've tested new file on my blog - everything seems to work well.
Attachments (1)
Change History (4)
#2
@
15 years ago
Generally don't think it is a good idea to modify any external files/libraries unless absolutely necessary. Makes it much harder to debug them. That's the reason Prototype.js is not minified too (no official minified version exists).
Jcrop.js has official minified version (not done with YUI Compressor) that is currently used.
Note: See
TracTickets for help on using
tickets.
Can't that be done like with the other .dev.js scripts?