From: edward Date: Thu, 30 Nov 2017 08:21:46 +0000 (+0800) Subject: buildSDK/less-bootstrap-compiler.php X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=1e128e39faf531a5a4ee3864c3af41fba1b86ec7 buildSDK/less-bootstrap-compiler.php --- diff --git a/buildSDK/less-bootstrap-compiler.php b/buildSDK/less-bootstrap-compiler.php index 6999693076..a3f75933d2 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( - 'baseDir' => "/tmp/css-compiled", //"{$rootDir}/roojs1/css-bootstrap", + 'baseDir' => "/home/edward/Downloads/css-compiled", //"{$rootDir}/roojs1/css-bootstrap", 'name' => 'bootstrap.css', 'minify' => 'bootstrap.min.css' ), "{$rootDir}/roojs1/less/roojs-bootstrap/roojs-bootstrap.less" => array( - 'baseDir' => "/tmp/css-compiled", //"{$rootDir}/roojs1/css-bootstrap", + 'baseDir' => "/home/edward/Downloads/css-compiled", //"{$rootDir}/roojs1/css-bootstrap", 'name' => 'roojs-bootstrap-debug.css', 'minify' => 'roojs-bootstrap.css' )