#877 Ignore mangle sort option

This commit is contained in:
kzc
2016-02-27 15:33:10 -05:00
parent 294861ba96
commit 102d1b9137
2 changed files with 1 additions and 9 deletions

View File

@@ -192,11 +192,6 @@ input files from the command line.
To enable the mangler you need to pass `--mangle` (`-m`). The following
(comma-separated) options are supported:
- `sort` — to assign shorter names to most frequently used variables. This
saves a few hundred bytes on jQuery before gzip, but the output is
_bigger_ after gzip (and seems to happen for other libraries I tried it
on) therefore it's not enabled by default.
- `toplevel` — mangle names declared in the toplevel scope (disabled by
default).