JsCompile.php
[Pman.Core] / JsCompile.php
index c11e7f6..3c74319 100644 (file)
@@ -246,7 +246,8 @@ class Pman_Core_JsCompile  extends Pman
             $max = max($max,$mt);
             $ofiles[] = escapeshellarg($f);
         }
-        if ($max < $targetm)  {
+        if ($max < $targetm)
+            echo '<!--  cached time  is less that outputtime -->';
             return true;
         }
         //var_dump($output);
@@ -261,8 +262,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.
+                    
         }