JsCompile.php
[Pman.Core] / JsCompile.php
index 5cfc70e..57d91b9 100644 (file)
@@ -86,6 +86,8 @@ class Pman_Core_JsCompile  extends Pman
         // or the compressed version.
         // first expand files..
         
+        echo "<!-- compiling   $basedir  -->\n";
+        
         $arfiles = array();
         $ofiles = array();
         foreach($files as $f) {
@@ -246,7 +248,7 @@ class Pman_Core_JsCompile  extends Pman
             $max = max($max,$mt);
             $ofiles[] = escapeshellarg($f);
         }
-        if ($max < $targetm)
+        if ($max < $targetm) {
             echo '<!--  use cached compile. -->';
             return true;
         }