#9037 closed feature (fixed)
Build: Verify characters in output
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.10.4 |
Component: | [meta] ui.build | Version: | 1.10.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Built files shouldn't contain non-ASCII characters (except for i18n files) and all line endings should be \n
not \r\n
.
See core's build checks.
Change History (6)
comment:1 Changed 10 years ago by
Milestone: | none → 1.11.0 |
---|---|
Status: | new → open |
comment:2 Changed 10 years ago by
Priority: | minor → blocker |
---|
comment:3 Changed 10 years ago by
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Build: Implement an asciilint task to verify content of ui files (ignore i18n). Fixes #9037 - Build: Verify characters in output
Changeset: 7da828375afb20d58736bb1eb530f915c445d5b9
comment:5 Changed 9 years ago by
Build: Implement an asciilint task to verify content of ui files (ignore i18n). Fixes #9037 - Build: Verify characters in output (cherry picked from commit 7da828375afb20d58736bb1eb530f915c445d5b9)
Changeset: 7396460c765395b97b9a1da125384903a62c1a2e
comment:6 Changed 9 years ago by
Milestone: | 1.11.0 → 1.10.4 |
---|
Note: See
TracTickets for help on using
tickets.
PR: https://github.com/jquery/jquery-ui/pull/1007