AssetTrait.php
authorAlan Knowles <alan@roojs.com>
Wed, 20 Jan 2016 09:37:46 +0000 (17:37 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 20 Jan 2016 09:37:46 +0000 (17:37 +0800)
AssetTrait.php

index 1235bdb..bdae915 100644 (file)
@@ -247,7 +247,7 @@ trait Pman_Core_AssetTrait {
         
         // where are we going to write all of this..
         // This has to be done via a 
-        if (true || !file_exists($compiledir.'/'.$output) || !filesize($compiledir.'/'.$output)) {
+        if ( !file_exists($compiledir.'/'.$output) || !filesize($compiledir.'/'.$output)) {
             
             //print_r($relfiles);