From: Alan Knowles Date: Mon, 18 Jan 2016 06:14:48 +0000 (+0800) Subject: AssetTrait.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=516602c2ad594143ab5a1a64f097f860835a3fe1 AssetTrait.php --- diff --git a/AssetTrait.php b/AssetTrait.php index f0bd06b5..ebc48499 100644 --- a/AssetTrait.php +++ b/AssetTrait.php @@ -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);