|
1 | | -# grunt-contrib-uglify v4.0.0 [](https://travis-ci.org/gruntjs/grunt-contrib-uglify) [](https://ci.appveyor.com/project/gruntjs/grunt-contrib-uglify/branch/master) |
| 1 | +# grunt-contrib-uglify v4.0.1 [](https://travis-ci.org/gruntjs/grunt-contrib-uglify) [](https://ci.appveyor.com/project/gruntjs/grunt-contrib-uglify/branch/master) |
2 | 2 |
|
3 | 3 | > Minify JavaScript files with UglifyJS |
4 | 4 |
|
@@ -54,19 +54,19 @@ sourceMapUrl | sourceMap.url |
54 | 54 | Type: `Boolean` `Object` |
55 | 55 | Default: `{}` |
56 | 56 |
|
57 | | -Turn on or off mangling with default options. If an `Object` is specified, it is passed directly to `ast.mangle_names()` *and* `ast.compute_char_frequency()` (mimicking command line behavior). [View all options here](https://github.com/mishoo/UglifyJS2#mangler-options). |
| 57 | +Turn on or off mangling with default options. If an `Object` is specified, it is passed directly to `ast.mangle_names()` *and* `ast.compute_char_frequency()` (mimicking command line behavior). [View all options here](https://github.com/mishoo/UglifyJS2#mangle-options). |
58 | 58 |
|
59 | 59 | #### compress |
60 | 60 | Type: `Boolean` `Object` |
61 | 61 | Default: `{}` |
62 | 62 |
|
63 | | -Turn on or off source compression with default options. If an `Object` is specified, it is passed as options to `UglifyJS.Compressor()`. [View all options here](https://github.com/mishoo/UglifyJS2#compressor-options). |
| 63 | +Turn on or off source compression with default options. If an `Object` is specified, it is passed as options to `UglifyJS.Compressor()`. [View all options here](https://github.com/mishoo/UglifyJS2#compress-options). |
64 | 64 |
|
65 | 65 | #### beautify |
66 | 66 | Type: `Boolean` `Object` |
67 | 67 | Default: `false` |
68 | 68 |
|
69 | | -Turns on beautification of the generated source code. [View all options here](https://github.com/mishoo/UglifyJS2#beautifier-options) |
| 69 | +Turns on beautification of the generated source code. [View all options here](https://github.com/mishoo/UglifyJS2#output-options) |
70 | 70 |
|
71 | 71 | ###### parse.expression |
72 | 72 | Type: `Boolean` |
@@ -171,7 +171,7 @@ Set this to `true` if you still care about full compliance with Internet Explore |
171 | 171 | Type: `Boolean` `Object` |
172 | 172 | Default: `false` |
173 | 173 |
|
174 | | -Turn on or off property mangling with default options. If an `Object` is specified, it is passed directly to `ast.mangle_properties()` (mimicking command line behavior). [View all options here](https://github.com/mishoo/UglifyJS2#mangler-options). |
| 174 | +Turn on or off property mangling with default options. If an `Object` is specified, it is passed directly to `ast.mangle_properties()` (mimicking command line behavior). [View all options here](https://github.com/mishoo/UglifyJS2#mangle-options). |
175 | 175 |
|
176 | 176 | #### reserveDOMProperties |
177 | 177 | Type: `Boolean` |
@@ -343,7 +343,7 @@ grunt.initConfig({ |
343 | 343 | Specify `beautify: true` to beautify your code for debugging/troubleshooting purposes. |
344 | 344 | Pass an object to manually configure any other output options. |
345 | 345 |
|
346 | | -See [UglifyJS documentation](https://github.com/mishoo/UglifyJS2#beautifier-options) for more information. |
| 346 | +See [UglifyJS documentation](https://github.com/mishoo/UglifyJS2#output-options) for more information. |
347 | 347 |
|
348 | 348 | ```js |
349 | 349 | // Project configuration. |
@@ -575,4 +575,4 @@ grunt.initConfig({ |
575 | 575 |
|
576 | 576 | Task submitted by ["Cowboy" Ben Alman](http://benalman.com) |
577 | 577 |
|
578 | | -*This file was generated on Sun Aug 26 2018 09:22:15.* |
| 578 | +*This file was generated on Thu Mar 21 2019 14:11:06.* |
0 commit comments