DataObjects/Core_domain.php
[Pman.Core] / JsCompile.php
index 714bcab..e7f8587 100644 (file)
@@ -291,7 +291,7 @@ class Pman_Core_JsCompile  extends Pman
             unlink($output);
         }
         
-        //var_dump($output);
+         
         if (!file_exists(dirname($output))) {
             mkdir(dirname($output), 0755, true);
         }
@@ -330,7 +330,7 @@ class Pman_Core_JsCompile  extends Pman
             -->";
         clearstatcache();
         // we should do more checking.. return val etc..
-        if (file_exists($output) && ($max < filemtime($output) ) ) {
+        if (file_exists($output) && filesize($output) && ($max < filemtime($output) ) ) {
             echo "<!-- file looks like its been generated -->\n";
             return true;
         }