diff options
author | kzc <zaxxon2011@gmail.com> | 2016-02-27 15:33:10 -0500 |
---|---|---|
committer | kzc <zaxxon2011@gmail.com> | 2016-02-27 15:33:10 -0500 |
commit | 102d1b9137353086f11fe2fc7abf9095042d4306 (patch) | |
tree | d42a28f1daa06b0cecc308935330d1320f633739 /README.md | |
parent | 294861ba96aaf61591e2158c9e9ffad50f58625d (diff) | |
download | tracifyjs-102d1b9137353086f11fe2fc7abf9095042d4306.tar.gz tracifyjs-102d1b9137353086f11fe2fc7abf9095042d4306.zip |
#877 Ignore mangle sort option
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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). |