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

index 897c2b5..24a2344 100644 (file)
@@ -244,7 +244,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);