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