From: Alan Knowles Date: Fri, 30 Aug 2013 06:26:28 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=6a70fbabd46729757ed47968ea19ddd25107a636 JsCompile.php --- diff --git a/JsCompile.php b/JsCompile.php index a2c69012..074b1289 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -110,7 +110,9 @@ class Pman_Core_JsCompile extends Pman $ofiles [] = $f . '/'. basename($fx); } } - + $ofiles = usort($ofiles,function($a,$b) { + + }); $output = md5(serialize($arfiles)) .'.js'; if ( $compile && !file_exists($basedir.'/_cache_/'.$output)) {