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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,12 +80,12 @@ Default: `false`
80
80
Parse a single expression, rather than a program (for parsing JSON)
81
81
82
82
#### report
83
-
Choices: `false, 'none', 'min'`, `'gzip'`
83
+
Choices: `'none'`, `'min'`, `'gzip'`
84
84
Default: `'min'`
85
85
86
86
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.
89
89
90
90
#### sourceMap
91
91
Type: `Boolean`
@@ -554,4 +554,4 @@ grunt.initConfig({
554
554
555
555
Task submitted by ["Cowboy" Ben Alman](http://benalman.com)
556
556
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.*
Copy file name to clipboardExpand all lines: docs/uglify-options.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,12 @@ Default: `false`
31
31
Parse a single expression, rather than a program (for parsing JSON)
32
32
33
33
## report
34
-
Choices: `false, 'none', 'min'`, `'gzip'`
34
+
Choices: `'none'`, `'min'`, `'gzip'`
35
35
Default: `'min'`
36
36
37
37
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.
0 commit comments