diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2017-05-07 03:02:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-07 03:02:46 +0800 |
commit | 2d99d06601013ab996d574d122b31df400055302 (patch) | |
tree | 73198aeb11e4145285b1db45ba85155d03448830 | |
parent | 98cf95e5b5590cd2ecec9fb957f39bc2907c61eb (diff) | |
download | tracifyjs-2d99d06601013ab996d574d122b31df400055302.tar.gz tracifyjs-2d99d06601013ab996d574d122b31df400055302.zip |
update documentation
Remove deprecated CLI option
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -42,8 +42,7 @@ in sequence and apply any compression options. The files are parsed in the same global scope, that is, a reference from a file to some variable/function declared in another file will be matched properly. -If you want to read from STDIN instead, pass a single dash instead of input -files. +If no input file is specified, UglifyJS will read from STDIN. If you wish to pass your options before the input files, separate the two with a double dash to prevent input files being used as option arguments: |