[Pkg-javascript-commits] [uglifyjs] 282/491: document the `webkit` output option (#2490)
Jonas Smedegaard
dr at jones.dk
Wed Feb 14 19:51:44 UTC 2018
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag debian/3.3.10-1
in repository uglifyjs.
commit 6142117cddaf4d827df8e269ed9b6fa7d3c4cec7
Author: kzc <kzc at users.noreply.github.com>
Date: Fri Nov 17 00:46:49 2017 -0500
document the `webkit` output option (#2490)
- workaround for WebKit bugs
- PhantomJS users should enable this output option
closes #2489
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 1f63da7..18fc1b1 100644
--- a/README.md
+++ b/README.md
@@ -865,6 +865,9 @@ can pass additional arguments that control the code output:
- `shebang` (default `true`) -- preserve shebang `#!` in preamble (bash scripts)
+- `webkit` (default `false`) -- enable workarounds for WebKit bugs.
+ PhantomJS users should set this option to `true`.
+
- `width` (default `80`) -- only takes effect when beautification is on, this
specifies an (orientative) line width that the beautifier will try to
obey. It refers to the width of the line text (excluding indentation).
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git
More information about the Pkg-javascript-commits
mailing list