AssetTrait.php
authorAlan Knowles <alan@roojs.com>
Mon, 18 Jan 2016 06:15:21 +0000 (14:15 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 18 Jan 2016 06:15:21 +0000 (14:15 +0800)
AssetTrait.php

index ebc4849..897c2b5 100644 (file)
@@ -246,7 +246,7 @@ trait Pman_Core_AssetTrait {
         // This has to be done via a 
         if (true || !file_exists($compiledir.'/'.$output) || !filesize($compiledir.'/'.$output)) {
             
-            print_r($relfiles);
+            //print_r($relfiles);
             
             require_once 'HTML/CSS/Minify.php';
             $x = new HTML_CSS_Minify(substr($relpath,0,-1), $dir, $relfiles);