From: edward Date: Fri, 5 Jan 2018 09:54:19 +0000 (+0800) Subject: buildSDK/less-bootstrap-compiler.php X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=25ef50656b622416845cc838d9dbe7bbd3e122f9 buildSDK/less-bootstrap-compiler.php --- 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';