From: edward Date: Mon, 4 Dec 2017 08:22:09 +0000 (+0800) Subject: buildSDK/less-bootstrap-compiler.php X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=9c1921ff29b0733d82a8bc9036cc9029726ec3ca buildSDK/less-bootstrap-compiler.php --- diff --git a/buildSDK/less-bootstrap-compiler.php b/buildSDK/less-bootstrap-compiler.php index f5189e429b..545aff0c48 100644 --- a/buildSDK/less-bootstrap-compiler.php +++ b/buildSDK/less-bootstrap-compiler.php @@ -25,7 +25,8 @@ $files = array( "{$rootDir}/roojs1/less/roojs-bootstrap/roojs-bootstrap.less" => array( 'baseDir' => "{$rootDir}/roojs1/css-bootstrap", 'name' => 'roojs-bootstrap-debug.css', - 'minify' => 'roojs-bootstrap.css' + 'minify' => 'roojs-bootstrap.css', + 'variables' => "@import '../bootstrap/variables.less';" ) );