From 165ae9ad75175dc06b861262037679edf51e233c Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 5 Jan 2018 17:50:46 +0800 Subject: [PATCH] buildSDK/less-bootstrap-compiler.php --- buildSDK/less-bootstrap-compiler.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/buildSDK/less-bootstrap-compiler.php b/buildSDK/less-bootstrap-compiler.php index fe06141ed2..029c027f39 100644 --- a/buildSDK/less-bootstrap-compiler.php +++ b/buildSDK/less-bootstrap-compiler.php @@ -32,6 +32,18 @@ $files = array( ) ); +foreach ($files as $src => $file){ + + $css = "{$file['baseDir']}/{$file['name']}"; + + if(!file_exists($css)){ + continue; + } + + + +} + require_once 'HTML/Less.php'; foreach ($files as $src => $file){ -- 2.39.2