From 4eff311ab41a811bb639aff476557fbac1380120 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 30 Nov 2017 16:12:10 +0800 Subject: [PATCH] buildSDK/less-bootstrap-compiler.php --- buildSDK/less-bootstrap-compiler.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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' ) ); -- 2.39.2