aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkzc <kzc@users.noreply.github.com>2017-06-14 00:23:03 -0400
committerAlex Lam S.L <alexlamsl@gmail.com>2017-06-14 12:23:03 +0800
commitda2de350c3c59fa90665ed68ae0f41f8d77f50d8 (patch)
treead8e952702f841738811b22a5f9069bcd3ae44d2 /README.md
parent41beae4dd71920d2173bb2bc1efeb1231373c2a8 (diff)
downloadtracifyjs-da2de350c3c59fa90665ed68ae0f41f8d77f50d8.tar.gz
tracifyjs-da2de350c3c59fa90665ed68ae0f41f8d77f50d8.zip
add comment about quote_style and gzip (#2092)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 039bc638..de2c2c95 100644
--- a/README.md
+++ b/README.md
@@ -766,7 +766,7 @@ can pass additional arguments that control the code output:
- `quote_style` (default `0`) -- preferred quote style for strings (affects
quoted property names and directives as well):
- `0` -- prefers double quotes, switches to single quotes when there are
- more double quotes in the string itself.
+ more double quotes in the string itself. `0` is best for gzip size.
- `1` -- always use single quotes
- `2` -- always use double quotes
- `3` -- always use the original quotes