From: Alan Knowles Date: Fri, 22 Jul 2011 07:40:50 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=f5aa209840ae165a18b44b8b97c6f17cae3f44db;p=Pman.Core JsCompile.php --- diff --git a/JsCompile.php b/JsCompile.php index 015dd4f0..f648aa4c 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -124,6 +124,7 @@ class Pman_Core_JsCompile extends Pman return false; } + $targetm = file_exists($output) ? filemtime($output) : 0; $max = 0; foreach($files as $i => $f) { $max = max($max,filemtime($f));