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

index 2d39ac5..dec00cd 100644 (file)
@@ -8,9 +8,9 @@ if(array_pop(explode('/', $cwd)) !== 'roojs1'){
 }
 
  ini_set('include_path', 
-            dirname(__FILE__). '../:' . 
+            dirname(__FILE__). '/../:' . 
         
-            dirname(__FILE__).'../pear:' . 
+            dirname(__FILE__).'/../../pear:' . 
             ini_get('include_path'));
 
 require_once 'HTML/Less.php';