From 4ec1abb1523b936909752e08e5f7f72139e2cc52 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 6 Dec 2017 20:15:47 +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 081c6909e5..5d969482e7 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' => '../less/bootstrap/', + 'sourceMapRootpath' => 'roojs1/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' => '../less/roojs-bootstrap/', + 'sourceMapRootpath' => 'roojs1/less/roojs-bootstrap/', 'variables' => array("@import '../bootstrap/variables.less';") ) ); -- 2.39.2