You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,11 +80,12 @@ Default: `false`
80
80
Parse a single expression, rather than a program (for parsing JSON)
81
81
82
82
#### report
83
-
Choices: `'min'`, `'gzip'`
83
+
Choices: `false, 'none', 'min'`, `'gzip'`
84
84
Default: `'min'`
85
85
86
86
Either report only minification result or report minification and gzip results.
87
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.
0 commit comments