Skip to content

Commit

Permalink
docs: uglify-js to uglify-es
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta committed Jul 2, 2017
1 parent db325db commit 1b9379d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ The available options are:
| Include | X | - | X | - |
| Url processing | X | X | X | X |
| Url freeze | X | X | X | X |
| Minimize | CSSO | - | UglifyJS* | X |
| Minimize | CSSO | - | UglifyES* | X |

*: JS tech supports `--tech-options` that passed to UglifyJS.
*: JS tech supports `--tech-options` that passed to UglifyES.
```
$ borschik --input=myfile.js --tech-options='{"uglify":{"output":{"max_line_len": 100},"warnings":true}}'
```
Expand Down

0 comments on commit 1b9379d

Please sign in to comment.