JsCompile.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 22 Jul 2011 08:41:07 +0000 (16:41 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 22 Jul 2011 08:41:07 +0000 (16:41 +0800)
JsCompile.php

index 4e4bb88..ca306df 100644 (file)
@@ -87,8 +87,8 @@ class Pman_Core_JsCompile  extends Pman
         
         $output = md5(serialize($arfiles)) .'.js';
         
-        if (!file_exists($output_path.'/'.$output)) {
-            $this->pack($arfiles,$output_path.'/'.$output);
+        if (!file_exists($output_path.'/_cached_/'.$output)) {
+            $this->pack($arfiles,$output_path.'/_cached_/'.$output);
         }
         
         if (file_exists($output_path.'/'.$output)) {