JsCompile.php
authorAlan Knowles <alan@roojs.com>
Tue, 22 Mar 2016 10:10:55 +0000 (18:10 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 22 Mar 2016 10:10:55 +0000 (18:10 +0800)
JsCompile.php

index 714bcab..3545459 100644 (file)
@@ -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;
         }