mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
Bring back ascii_only option in uglifyjs, as it still seems to cause issues, e.g. in gulp test.
This commit is contained in:
parent
d78d15998f
commit
9dec7a1a77
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ var docOptions = {
|
|||
|
||||
var uglifyOptions = {
|
||||
output: {
|
||||
// ascii_only: true,
|
||||
ascii_only: true,
|
||||
comments: /^!/
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue