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

index f0bd06b..ebc4849 100644 (file)
@@ -244,9 +244,9 @@ trait Pman_Core_AssetTrait {
         
         // where are we going to write all of this..
         // This has to be done via a 
-        if (!file_exists($compiledir.'/'.$output) || !filesize($compiledir.'/'.$output)) {
-            
+        if (true || !file_exists($compiledir.'/'.$output) || !filesize($compiledir.'/'.$output)) {
             
+            print_r($relfiles);
             
             require_once 'HTML/CSS/Minify.php';
             $x = new HTML_CSS_Minify(substr($relpath,0,-1), $dir, $relfiles);