From e19f685fab017281bb5aea7086cacce0294696fc Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 6 Dec 2017 19:52:45 +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 007fc48679..64f20c367a 100644 --- a/buildSDK/less-bootstrap-compiler.php +++ b/buildSDK/less-bootstrap-compiler.php @@ -41,7 +41,7 @@ foreach ($files as $src => $file){ try { - print_R($src);exit; + print_R(dirname($src));exit; $less = new HTML_Less(); -- 2.39.2