From: edward Date: Thu, 30 Nov 2017 08:13:50 +0000 (+0800) Subject: buildSDK/less-bootstrap-compiler.php X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=227dbb0a86cd2f953f71683fa2ac09410ac594e1 buildSDK/less-bootstrap-compiler.php --- diff --git a/buildSDK/less-bootstrap-compiler.php b/buildSDK/less-bootstrap-compiler.php index bffe81a98f..971f1d564a 100644 --- a/buildSDK/less-bootstrap-compiler.php +++ b/buildSDK/less-bootstrap-compiler.php @@ -17,12 +17,12 @@ $rootDir = dirname(__FILE__) . '/../..'; $files = array( "{$rootDir}/roojs1/less/bootstrap/bootstrap.less" => array( - 'directory' => "{$rootDir}/roojs1/css-bootstrap/", + 'baseDir' => "{$rootDir}/roojs1/css-bootstrap/", 'name' => 'bootstrap.css', 'minify' => 'bootstrap.min.css' ), "{$rootDir}/roojs1/less/roojs-bootstrap/roojs-bootstrap.less" => array( - 'directory' => "{$rootDir}/roojs1/css-bootstrap/", + 'baseDir' => "{$rootDir}/roojs1/css-bootstrap/", 'name' => 'roojs-bootstrap-debug.css', 'minify' => 'roojs-bootstrap.css' )