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