Skip to content

Commit c2d695f

Browse files
vsn4ikXhmikosR
authored andcommitted
Report option: false value is not supported.
Closes #399.
1 parent 3150ca2 commit c2d695f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ Default: `false`
8080
Parse a single expression, rather than a program (for parsing JSON)
8181

8282
#### report
83-
Choices: `false, 'none', 'min'`, `'gzip'`
83+
Choices: `'none'`, `'min'`, `'gzip'`
8484
Default: `'min'`
8585

8686
Either report only minification result or report minification and gzip results.
87-
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).
88-
If false or 'none' is used the report will be generated on the verbose output.
87+
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).
88+
If `'none'` is used the report will be generated on the verbose output.
8989

9090
#### sourceMap
9191
Type: `Boolean`
@@ -554,4 +554,4 @@ grunt.initConfig({
554554

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

557-
*This file was generated on Thu Apr 07 2016 15:29:35.*
557+
*This file was generated on Tue Jul 19 2016 10:15:13.*

docs/uglify-options.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ Default: `false`
3131
Parse a single expression, rather than a program (for parsing JSON)
3232

3333
## report
34-
Choices: `false, 'none', 'min'`, `'gzip'`
34+
Choices: `'none'`, `'min'`, `'gzip'`
3535
Default: `'min'`
3636

3737
Either report only minification result or report minification and gzip results.
38-
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).
39-
If false or 'none' is used the report will be generated on the verbose output.
38+
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).
39+
If `'none'` is used the report will be generated on the verbose output.
4040

4141
## sourceMap
4242
Type: `Boolean`

0 commit comments

Comments
 (0)