From 25ef50656b622416845cc838d9dbe7bbd3e122f9 Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 5 Jan 2018 17:54:19 +0800 Subject: [PATCH] buildSDK/less-bootstrap-compiler.php --- buildSDK/less-bootstrap-compiler.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/buildSDK/less-bootstrap-compiler.php b/buildSDK/less-bootstrap-compiler.php index 01f7144204..0d7bea8cb5 100644 --- a/buildSDK/less-bootstrap-compiler.php +++ b/buildSDK/less-bootstrap-compiler.php @@ -40,12 +40,14 @@ foreach ($files as $src => $file){ continue; } - $variable = "{$rootDir}/roojs1/less/bootstrap/variables.less"; + $variable = "{$file['baseDir']}/{$file['sourceMapRootpath']}variables.less"; if(filemtime($variable) > filemtime($css)){ continue; } + + } require_once 'HTML/Less.php'; -- 2.39.2