From: Alan Knowles Date: Mon, 5 Aug 2013 02:05:25 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=e227984ead9e5a2ca8b5db8a898daa78c232dced JsCompile.php --- 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)) .