buildSDK/less-bootstrap-compiler.php
[roojs1] / buildSDK / less-bootstrap-compiler.php
1 <?php
2
3 $cwd = getcwd();
4
5 if(array_pop(explode('/', $cwd)) !== 'roojs1'){
6     echo "this should be run in roojs1 directory...\n";
7     exit;
8 }
9
10 echo __DIR__;