Skip to content

Commit

Permalink
Report option: false value is not supported.
Browse files Browse the repository at this point in the history
Closes #399.
  • Loading branch information
vsn4ik authored and XhmikosR committed Jul 19, 2016
1 parent 3150ca2 commit c2d695f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ Default: `false`
Parse a single expression, rather than a program (for parsing JSON)

#### report
Choices: `false, 'none', 'min'`, `'gzip'`
Choices: `'none'`, `'min'`, `'gzip'`
Default: `'min'`

Either report only minification result or report minification and gzip results.
This is useful to see exactly how well clean-css is performing but using `'gzip'` will make the task take 5-10x longer to complete. [Example output](https://github.com/sindresorhus/maxmin#readme).
If false or 'none' is used the report will be generated on the verbose output.
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).
If `'none'` is used the report will be generated on the verbose output.

#### sourceMap
Type: `Boolean`
Expand Down Expand Up @@ -554,4 +554,4 @@ grunt.initConfig({

Task submitted by ["Cowboy" Ben Alman](http://benalman.com)

*This file was generated on Thu Apr 07 2016 15:29:35.*
*This file was generated on Tue Jul 19 2016 10:15:13.*
6 changes: 3 additions & 3 deletions docs/uglify-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ Default: `false`
Parse a single expression, rather than a program (for parsing JSON)

## report
Choices: `false, 'none', 'min'`, `'gzip'`
Choices: `'none'`, `'min'`, `'gzip'`
Default: `'min'`

Either report only minification result or report minification and gzip results.
This is useful to see exactly how well clean-css is performing but using `'gzip'` will make the task take 5-10x longer to complete. [Example output](https://github.com/sindresorhus/maxmin#readme).
If false or 'none' is used the report will be generated on the verbose output.
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).
If `'none'` is used the report will be generated on the verbose output.

## sourceMap
Type: `Boolean`
Expand Down

0 comments on commit c2d695f

Please sign in to comment.