Commit 28c846b
committed
Make build output ascii-only to resolve invalid regex issue
Something changed in MediaWiki so that its parser/sanitizer now does some sort of pre-save transform mangling some unicode characters – resulting in `Uncaught SyntaxError: invalid range in character class error.`
This makes the terser minifier avoid emitting unicode characters in output (they would be escaped).1 parent 11899a0 commit 28c846b
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
0 commit comments