From: Alan Knowles Date: Mon, 18 Jan 2016 06:23:36 +0000 (+0800) Subject: AssetTrait.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=3ca32ac11099a038e757380cb792101a4181d4b1 AssetTrait.php --- diff --git a/AssetTrait.php b/AssetTrait.php index 2935acb2..b8defe8d 100644 --- a/AssetTrait.php +++ b/AssetTrait.php @@ -229,7 +229,7 @@ trait Pman_Core_AssetTrait { // yes sort... if includes are used - they have to be in the first file... $lsort = create_function('$a,$b','return strlen($a) > strlen($b) ? 1 : -1;'); usort($files, $lsort); - + print_R($files); if (!empty($this->bootLoader->isDev) && !empty($_REQUEST['isDev'])) { echo "\n";