buildSDK/less-bootstrap-compiler.php
authoredward <edward@roojs.com>
Thu, 30 Nov 2017 07:15:52 +0000 (15:15 +0800)
committeredward <edward@roojs.com>
Thu, 30 Nov 2017 07:15:52 +0000 (15:15 +0800)
buildSDK/less-bootstrap-compiler.php

index 7a8dee0..8c685f6 100644 (file)
@@ -13,10 +13,10 @@ ini_set('include_path',
     ini_get('include_path')
 );
 
-$rootDir = dirname(__FILE__) . '/../../';
+$rootDir = dirname(__FILE__) . '/../..';
 
 $files = array(
-    "roojs1/less/bootstrap/bootstrap.less" => array(
+    "{$rootDir}/roojs1/less/bootstrap/bootstrap.less" => array(
         "roojs1/css-bootstrap/bootstrap.css",
         "roojs1/css-bootstrap/bootstrap.min.css"
     ),