JsCompile.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 22 Jul 2011 09:04:49 +0000 (17:04 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 22 Jul 2011 09:04:49 +0000 (17:04 +0800)
JsCompile.php

index 4548332..1896a1b 100644 (file)
@@ -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);
+        //var_dump()$output_path. '/_cache_/'.$output);
         if (file_exists($output_path. '/_cache_/'.$output)) {
             echo '<link type="text/css" rel="stylesheet" media="screen" href="'.$output_url. '/_cache_/'. $output.'" />';
             return;