From e227984ead9e5a2ca8b5db8a898daa78c232dced Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 5 Aug 2013 10:05:25 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JsCompile.php b/JsCompile.php index 9cbc7dcb..6e249aa8 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -269,8 +269,8 @@ class Pman_Core_JsCompile extends Pman $lsort = create_function('$a,$b','return strlen($a) > strlen($b) ? 1 : -1;'); usort($ofiles, $lsort); - $eoutput = " -k -o " . escapeshellarg($output) ; - + //$eoutput = " -k -o " . escapeshellarg($output) ; // with whitespace.. + $eoutput = " -o " . escapeshellarg($output) ; if ( $translation_base) { $toutput = " -t ". escapeshellarg(preg_replace('/\.js$/', '.__translation__.js', $output)) . -- 2.39.2