JsCompile.php
[Pman.Core] / JsCompile.php
index be9b38f..617a281 100644 (file)
@@ -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.
                     
         }