From 8e499607c506fe69afffe6e795fe715066eae7c0 Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 5 Jan 2018 17:49:09 +0800 Subject: [PATCH] buildSDK/less-bootstrap-compiler.php --- buildSDK/less-bootstrap-compiler.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildSDK/less-bootstrap-compiler.php b/buildSDK/less-bootstrap-compiler.php index 081c6909e5..bc30feb683 100644 --- a/buildSDK/less-bootstrap-compiler.php +++ b/buildSDK/less-bootstrap-compiler.php @@ -40,6 +40,10 @@ foreach ($files as $src => $file){ echo "{$less} does not exist...\n"; continue; } + + $css = "{$file['baseDir']}/{$file['name']}"; + + try { -- 2.39.2