From 4cd99598742acf539903c69382feb8753d602a62 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 6 Dec 2017 19:52:29 +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 6542232225..007fc48679 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($file['baseDir']);exit; + print_R($src);exit; $less = new HTML_Less(); -- 2.39.2