From 4e5eb9acf94f6716814a7e76f8d2e0d46587aeba Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 30 Nov 2017 16:22:12 +0800 Subject: [PATCH] buildSDK/less-bootstrap-compiler.php --- buildSDK/less-bootstrap-compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSDK/less-bootstrap-compiler.php b/buildSDK/less-bootstrap-compiler.php index a3f75933d2..5448eb9743 100644 --- a/buildSDK/less-bootstrap-compiler.php +++ b/buildSDK/less-bootstrap-compiler.php @@ -58,7 +58,7 @@ foreach ($files as $src => $file){ continue; } - $minify[$file['mimify']] = $css; + $minify[$file['minify']] = $css; } catch (Exception $ex) { echo "lessphp fatal error: {$ex->getMessage()}\n"; -- 2.39.2