From 6a70fbabd46729757ed47968ea19ddd25107a636 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 30 Aug 2013 14:26:28 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)) { -- 2.39.2