From eff89ba368d3dd0cf15c010212478b51fd877a71 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 22 Jul 2011 17:04:07 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JsCompile.php b/JsCompile.php index 50081171..45483328 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -140,7 +140,7 @@ class Pman_Core_JsCompile extends Pman if (!file_exists($output_path.'/_cache_/'.$output)) { $this->packCssCore($arfiles,$output_path.'/_cache_/'.$output); } - + var_dump()$output_path. '/_cache_/'.$output); if (file_exists($output_path. '/_cache_/'.$output)) { echo ''; return; -- 2.39.2