lautis / uglifier

Ruby wrapper for UglifyJS JavaScript compressor.
http://www.rubydoc.info/gems/uglifier
MIT License
613 stars 82 forks source link

Missing mangle option in documentation #102

Closed yivo closed 8 years ago

yivo commented 8 years ago

For both the compressor and mangler there are separate keep_fnames options.

https://github.com/mishoo/UglifyJS2/issues/552#issuecomment-68931039

In README for Uglifier there is keep_fnames in compress section, but there is no in mangle section.

lautis commented 8 years ago

Thanks! Added that to documentation and also the global keep_fnames that implies both compress and mangle option.