From a41623e406bb4a683f4109731a1746893a2efe79 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 30 Nov 2017 16:30:19 +0800 Subject: [PATCH] buildSDK/less-bootstrap-compiler.php --- buildSDK/less-bootstrap-compiler.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildSDK/less-bootstrap-compiler.php b/buildSDK/less-bootstrap-compiler.php index 4971e84dce..3664746c1e 100644 --- a/buildSDK/less-bootstrap-compiler.php +++ b/buildSDK/less-bootstrap-compiler.php @@ -66,6 +66,8 @@ foreach ($files as $src => $file){ $minify = new HTML_CSS_Minify($file['baseDir'], $file['baseDir'], array($file['name'])); + $content = $minify->minify(); + print_R($content);exit; } -- 2.39.2