X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=AssetTrait.php;h=b8defe8d9d558c4ecc378004e1f0dda5aaf67174;hb=3ca32ac11099a038e757380cb792101a4181d4b1;hp=2935acb2cec46312c8b0feb840ae5d30ca6b7bc2;hpb=b9eb2626c0d2959153bb90c5e2e5aad928ddae73;p=Pman.Core 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";