|
1 |
| -# grunt-contrib-uglify v2.2.1 [](https://travis-ci.org/gruntjs/grunt-contrib-uglify) [](https://ci.appveyor.com/project/gruntjs/grunt-contrib-uglify/branch/master) |
| 1 | +# grunt-contrib-uglify v2.3.0 [](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 |
|
@@ -59,12 +59,12 @@ Default: `false`
|
59 | 59 | Parse a single expression, rather than a program (for parsing JSON)
|
60 | 60 |
|
61 | 61 | #### report
|
62 |
| -Choices: `'none'`, `'min'`, `'gzip'` |
| 62 | +Type: `string` |
| 63 | +Choices: `'min'`, `'gzip'` |
63 | 64 | Default: `'min'`
|
64 | 65 |
|
65 |
| -Either report only minification result or report minification and gzip results. |
66 |
| -This is useful to see exactly how well UglifyJS is performing but using `'gzip'` will make the task take 5-10x longer to complete. [Example output](https://github.com/sindresorhus/maxmin#readme). |
67 |
| -If `'none'` is used the report will be generated on the verbose output. |
| 66 | +Report minification result or both minification and gzip results. |
| 67 | +This is useful to see exactly how well uglify-js is performing but using `'gzip'` will make the task take 5-10x longer to complete. [Example output](https://github.com/sindresorhus/maxmin#readme). |
68 | 68 |
|
69 | 69 | #### sourceMap
|
70 | 70 | Type: `Boolean`
|
@@ -528,6 +528,7 @@ grunt.initConfig({
|
528 | 528 |
|
529 | 529 | ## Release History
|
530 | 530 |
|
| 531 | + * 2017-04-05 v2.3.0 Make CLI output less verbose. |
531 | 532 | * 2017-03-31 v2.2.1 Fix banner option.
|
532 | 533 | * 2017-03-01 v2.2.0 Update uglify-js to v2.8.3.
|
533 | 534 | * 2017-02-08 v2.1.0 Show size changes in output. Switch to `object.assign`.
|
@@ -570,4 +571,4 @@ grunt.initConfig({
|
570 | 571 |
|
571 | 572 | Task submitted by ["Cowboy" Ben Alman](http://benalman.com)
|
572 | 573 |
|
573 |
| -*This file was generated on Fri Mar 31 2017 12:54:16.* |
| 574 | +*This file was generated on Wed Apr 05 2017 00:24:18.* |
0 commit comments