From: edward Date: Wed, 6 Dec 2017 12:17:03 +0000 (+0800) Subject: buildSDK/less-bootstrap-compiler.php X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=5f4d678f4efab3ee70c551c64e8a70fb784b4b54 buildSDK/less-bootstrap-compiler.php --- diff --git a/buildSDK/less-bootstrap-compiler.php b/buildSDK/less-bootstrap-compiler.php index 5d969482e7..081c6909e5 100644 --- a/buildSDK/less-bootstrap-compiler.php +++ b/buildSDK/less-bootstrap-compiler.php @@ -20,14 +20,14 @@ $files = array( 'baseDir' => "{$rootDir}/roojs1/css-bootstrap", 'name' => 'bootstrap.css', 'minify' => 'bootstrap.min.css', - 'sourceMapRootpath' => 'roojs1/less/bootstrap/', + 'sourceMapRootpath' => '../less/bootstrap/', 'variables' => array("@import 'variables.less';") ), "{$rootDir}/roojs1/less/roojs-bootstrap/roojs-bootstrap.less" => array( 'baseDir' => "{$rootDir}/roojs1/css-bootstrap", 'name' => 'roojs-bootstrap-debug.css', 'minify' => 'roojs-bootstrap.css', - 'sourceMapRootpath' => 'roojs1/less/roojs-bootstrap/', + 'sourceMapRootpath' => '../less/roojs-bootstrap/', 'variables' => array("@import '../bootstrap/variables.less';") ) );