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

index 0ae6733..0d19253 100644 (file)
@@ -7,6 +7,12 @@ if(array_pop(explode('/', $cwd)) !== 'roojs1'){
     exit;
 }
 
+ ini_set('include_path', 
+            dirname(__FILE__). ':' . 
+        
+            dirname(__FILE__).'/pear:' . 
+            ini_get('include_path'));
+
 require_once 'HTML/Less.php';
 
 $less = new HTML_Less();
\ No newline at end of file