From: Alan Knowles Date: Thu, 18 Aug 2011 09:36:10 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=f2435da512ac4b17afe63acc7936faa005dc4aa1 JsCompile.php --- diff --git a/JsCompile.php b/JsCompile.php index c11e7f65..fbd94f66 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -261,8 +261,8 @@ class Pman_Core_JsCompile extends Pman if ( $translation_base) { $toutput = "-t ". escapeshellarg(preg_replace('/\.js$/', '.__translation__.js', $output)) . - " -p " . escapeshellarg($translation_base) . - " -k "; // this kills the compression. + " -p " . escapeshellarg($translation_base) ;//." -k "; // this kills the compression. + }