From e0bf10df60cdf9d3e3473b2d06f18e58e4110936 Mon Sep 17 00:00:00 2001 From: kzc Date: Tue, 13 Jun 2017 23:12:14 -0400 Subject: [PATCH] add comment about quote_style and gzip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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