From 1bc96de5f04c900bfef1233f67810aa2a846497a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 22 Jul 2011 16:41:13 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2