From: edward Date: Fri, 5 Jan 2018 09:53:28 +0000 (+0800) Subject: buildSDK/less-bootstrap-compiler.php X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=aeaea909d44b2fcf422aa81cc6ed04dfadd0f1a8 buildSDK/less-bootstrap-compiler.php --- diff --git a/buildSDK/less-bootstrap-compiler.php b/buildSDK/less-bootstrap-compiler.php index b76ff2361c..01f7144204 100644 --- a/buildSDK/less-bootstrap-compiler.php +++ b/buildSDK/less-bootstrap-compiler.php @@ -42,6 +42,10 @@ foreach ($files as $src => $file){ $variable = "{$rootDir}/roojs1/less/bootstrap/variables.less"; + if(filemtime($variable) > filemtime($css)){ + continue; + } + } require_once 'HTML/Less.php';