JsCompile.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 21 May 2012 08:30:32 +0000 (16:30 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 21 May 2012 08:30:32 +0000 (16:30 +0800)
JsCompile.php

index fbd94f6..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);