Opened 11 years ago
Closed 11 years ago
#12725 closed bug (fixed)
Avoid localized UTF-8 characters in intro.js @DATE
Reported by: | dmethvin | Owned by: | bent |
---|---|---|---|
Priority: | blocker | Milestone: | 1.9 |
Component: | build | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If the localized date contains non-ASCII characters, the grunt build task will (rightly) fail. We need to have the @DATE substitution use a non-localized date, preferably ISO 8601.
Change History (3)
comment:1 Changed 11 years ago by
Component: | unfiled → build |
---|---|
Milestone: | None → 1.9 |
Priority: | undecided → blocker |
Status: | new → open |
comment:2 Changed 11 years ago by
Owner: | set to bent |
---|---|
Status: | open → assigned |
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Format @DATE to ISO 8601 format. Fixes #12725, Closes gh-957