From: Alan Knowles Date: Fri, 22 Jul 2011 08:41:13 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=1bc96de5f04c900bfef1233f67810aa2a846497a;p=Pman.Core JsCompile.php --- diff --git a/JsCompile.php b/JsCompile.php index ca306dfa..1479ff6d 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -123,7 +123,7 @@ class Pman_Core_JsCompile extends Pman $output = md5(serialize($arfiles)) .'.css'; - if (!file_exists($output_path.'/'.$output)) { + if (!file_exists($output_path.'/_cached_/'.$output)) { $this->packCssCore($arfiles,$output_path.'/'.$output); }