From c26570289ce2e8f012dbc0ac0c4d44c0f6d8f720 Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 5 Jan 2018 17:49:48 +0800 Subject: [PATCH] buildSDK/less-bootstrap-compiler.php --- buildSDK/less-bootstrap-compiler.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/buildSDK/less-bootstrap-compiler.php b/buildSDK/less-bootstrap-compiler.php index bc30feb683..fe06141ed2 100644 --- a/buildSDK/less-bootstrap-compiler.php +++ b/buildSDK/less-bootstrap-compiler.php @@ -41,10 +41,6 @@ foreach ($files as $src => $file){ continue; } - $css = "{$file['baseDir']}/{$file['name']}"; - - - try { $less = new HTML_Less(); -- 2.39.2