From: edward Date: Thu, 30 Nov 2017 08:12:10 +0000 (+0800) Subject: buildSDK/less-bootstrap-compiler.php X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=4eff311ab41a811bb639aff476557fbac1380120 buildSDK/less-bootstrap-compiler.php --- diff --git a/buildSDK/less-bootstrap-compiler.php b/buildSDK/less-bootstrap-compiler.php index b235aa79b1..7ab98e0e17 100644 --- a/buildSDK/less-bootstrap-compiler.php +++ b/buildSDK/less-bootstrap-compiler.php @@ -18,11 +18,13 @@ $rootDir = dirname(__FILE__) . '/../..'; $files = array( "{$rootDir}/roojs1/less/bootstrap/bootstrap.less" => array( 'directory' => "{$rootDir}/roojs1/css-bootstrap/", - 'name' => 'bootstrap' + 'name' => 'bootstrap.css', + 'minify' => 'bootstrap.min.css' ), "{$rootDir}/roojs1/less/roojs-bootstrap/roojs-bootstrap.less" => array( 'directory' => "{$rootDir}/roojs1/css-bootstrap/", - 'name' => 'roojs-bootstrap' + 'name' => 'roojs-bootstrap-debug.css', + 'minify' => 'roojs-bootstrap.css' ) );