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

index 1a7a5a5..0ae6733 100644 (file)
@@ -7,3 +7,6 @@ if(array_pop(explode('/', $cwd)) !== 'roojs1'){
     exit;
 }
 
+require_once 'HTML/Less.php';
+
+$less = new HTML_Less();
\ No newline at end of file