From f126349c9361d7c2f4ca12a26cb943ea363b7164 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 30 Nov 2017 16:29:42 +0800 Subject: [PATCH] buildSDK/less-bootstrap-compiler.php --- buildSDK/less-bootstrap-compiler.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildSDK/less-bootstrap-compiler.php b/buildSDK/less-bootstrap-compiler.php index 0dba4beddb..4971e84dce 100644 --- a/buildSDK/less-bootstrap-compiler.php +++ b/buildSDK/less-bootstrap-compiler.php @@ -64,7 +64,8 @@ foreach ($files as $src => $file){ continue; } - $minify = new HTML_CSS_Minify(); + $minify = new HTML_CSS_Minify($file['baseDir'], $file['baseDir'], array($file['name'])); + } -- 2.39.2