JsCompile.php
authorJulian Knowles <julian@roojs.com>
Fri, 2 Aug 2013 05:28:37 +0000 (13:28 +0800)
committerJulian Knowles <julian@roojs.com>
Fri, 2 Aug 2013 05:28:37 +0000 (13:28 +0800)
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.
                     
         }