From 4a55d7a9b5dca29f1cba02765e7178e0b6f08daa Mon Sep 17 00:00:00 2001 From: Julian Knowles Date: Fri, 2 Aug 2013 13:28:37 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. } -- 2.39.2