[Pkg-javascript-commits] [uglifyjs] 207/228: enable `inline_script` by default (#1793)
Jonas Smedegaard
dr at jones.dk
Sat Apr 15 14:25:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository uglifyjs.
commit e869779a988b519487da0d6e2bd8e4849cd6d9f1
Author: Alex Lam S.L <alexlamsl at gmail.com>
Date: Fri Apr 7 00:45:51 2017 +0800
enable `inline_script` by default (#1793)
---
lib/output.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/output.js b/lib/output.js
index d0adbdd..9ac50c0 100644
--- a/lib/output.js
+++ b/lib/output.js
@@ -59,7 +59,7 @@ function OutputStream(options) {
comments : false,
indent_level : 4,
indent_start : 0,
- inline_script : false,
+ inline_script : true,
keep_quoted_props: false,
max_line_len : false,
preamble : null,
--
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