aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJiavan <jiavan.com@gmail.com>2018-06-01 16:47:11 +0800
committerAlex Lam S.L <alexlamsl@gmail.com>2018-06-01 16:47:11 +0800
commitb39043f3ab0061f2db91514dbb69e85a49a99997 (patch)
tree5ab5756a1e6aa9a54c7912258739e6247439d997 /README.md
parentcaf96acb08ad8113f03299a939b4a45ef44ffa42 (diff)
downloadtracifyjs-b39043f3ab0061f2db91514dbb69e85a49a99997.tar.gz
tracifyjs-b39043f3ab0061f2db91514dbb69e85a49a99997.zip
re-introduce `enclose` (#3163)
fixes #2443
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6d1cdf8f..663ce7b4 100644
--- a/README.md
+++ b/README.md
@@ -104,6 +104,8 @@ a double dash to prevent input files being used as option arguments:
sequences.
--config-file <file> Read `minify()` options from JSON file.
-d, --define <expr>[=value] Global definitions.
+ -e, --enclose [arg[:value]] Embed everything in a big function, with configurable
+ argument(s) & value(s).
--ie8 Support non-standard Internet Explorer 8.
Equivalent to setting `ie8: true` in `minify()`
for `compress`, `mangle` and `output` options.