JsCompile.php
authorJulian Knowles <julian@roojs.com>
Fri, 2 Aug 2013 05:36:13 +0000 (13:36 +0800)
committerJulian Knowles <julian@roojs.com>
Fri, 2 Aug 2013 05:36:13 +0000 (13:36 +0800)
JsCompile.php

index 6e50f8d..9cbc7dc 100644 (file)
@@ -269,7 +269,7 @@ class Pman_Core_JsCompile  extends Pman
         $lsort = create_function('$a,$b','return strlen($a) > strlen($b) ? 1 : -1;');
         usort($ofiles, $lsort);
         
-        $eoutput = "   -o " . escapeshellarg($output) ;
+        $eoutput = " -k  -o " . escapeshellarg($output) ;
             
                    
         if (  $translation_base) {