DataObjects/I18n.php
[Pman.Core] / JsCompile.php
index 90eeed7..3545459 100644 (file)
@@ -330,8 +330,8 @@ 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;
         }
         echo '<script type="text/javascript"> alert('. json_encode("Error: Javascript Compile failed\n" . $res) .');</script>';