JsCompile.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 26 Jul 2011 07:46:25 +0000 (15:46 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 26 Jul 2011 07:46:25 +0000 (15:46 +0800)
JsCompile.php

index 829a6d2..683b70a 100644 (file)
@@ -257,8 +257,10 @@ class Pman_Core_JsCompile  extends Pman
         
         // we should do more checking.. return val etc..
         if (file_exists($output) && ($max < filemtime($output) ) ) {
+            
             return true;
         }
+        echo '<!-- packed file did not exist -->';
         return false;
         
     }