Ticket #2532747 (closed defect)
Reporter Ryan Grove |
Opened: 09/12/12 Last modified: 12/12/12 Status: closed Type: defect Resolution: fixed |
Owner Dav Glass |
Target Release: 3.7.0 Priority: P3 (normal) |
|---|---|---|---|
| Summary: | The switch to UglifyJS breaks some custom combo handlers and build scripts | ||
| Description: | UglifyJS omits semicolons and trailing newlines at the end of a minified file, whereas YUI Compressor didn't omit semicolons, and always left a trailing newline. This causes breakage in custom combo I recommend that shifter automatically append a newline to every minified file to prevent this breakage. |
||
| Type: | defect | Observed in Version: | 3.7.0pr2 |
| Component: | YUI Global Object | Severity: | S3 (normal) |
| Assigned To: | Dav Glass | Target Release: | 3.7.0 |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | Relates To: | ||
| Browsers: | N/A | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 09/12/12
|
|
Posted: 09/13/12
On it for the PR today, just fixed issue 15 on shifter to fix this internally. |
|
Posted: 09/13/12
Full lib built and pushed to our build machine. |
|
Posted: 09/13/12
|
|
Posted: 12/12/12
|
|
Posted: 12/12/12
|
Also, in case it's not obvious, any YUI module that was built with Uglify for 3.7.0pr2 will need to be rebuilt after this is fixed.