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

index 0d19253..2d39ac5 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';