From 5d149d6badcb6e34e0d474eaa1bdb732e94be832 Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 5 Jan 2018 17:58:53 +0800 Subject: [PATCH] buildSDK/less-bootstrap-compiler.php --- buildSDK/less-bootstrap-compiler.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/buildSDK/less-bootstrap-compiler.php b/buildSDK/less-bootstrap-compiler.php index 40b698de7b..a80c81b78a 100644 --- a/buildSDK/less-bootstrap-compiler.php +++ b/buildSDK/less-bootstrap-compiler.php @@ -46,6 +46,12 @@ foreach ($files as $src => $file){ if(file_exists($variable)){ echo "exist??"; + echo "\n"; + + echo filemtime($variable); + + echo "\n"; + exit; } -- 2.39.2