From: Julian Knowles Date: Fri, 2 Aug 2013 05:28:37 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=4a55d7a9b5dca29f1cba02765e7178e0b6f08daa JsCompile.php --- diff --git a/JsCompile.php b/JsCompile.php index be9b38fb..617a281b 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -273,7 +273,7 @@ class Pman_Core_JsCompile extends Pman if ( $translation_base) { - $toutput = "-t ". escapeshellarg(preg_replace('/\.js$/', '.__translation__.js', $output)) . + $toutput = " -k -t ". escapeshellarg(preg_replace('/\.js$/', '.__translation__.js', $output)) . " -p " . escapeshellarg($translation_base) ;//." -k "; // this kills the compression. }