mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -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 = {
|
var uglifyOptions = {
|
||||||
output: {
|
output: {
|
||||||
// ascii_only: true,
|
ascii_only: true,
|
||||||
comments: /^!/
|
comments: /^!/
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue