Michael

Results 10 comments of Michael

Thanks for your quick reply! In /usr/bin I have: lrwxrwxrwx 1 root root 22 Jun 7 16:14 node -> /etc/alternatives/node -rwxr-xr-x 1 root root 8298352 Jun 5 07:37 nodejs

I basically used the default config (see below). I added your code to the Less alias and updated basset to the latest and now get: ``` call_user_func_array() expects parameter 1...

Ah yes: ErrorException …/­vendor/­jasonlewis/­basset/­src/­Basset/­Filter/­Filter.php:552

Updated and unfortunately get the same error.

Is the order correct? I might be off but in LessFilter.php it looks like this: ``` public function __construct($nodeBin = '/usr/bin/node', array $nodePaths = array()) ```

I got a little further now. Your new function was getNodePath and not getNodePaths. Now I got a new error in "…/­vendor/­symfony/­process/­Symfony/­Component/­Process/­ProcessUtils.php:58": ``` escapeshellarg() expects parameter 1 to be string,...

Just so that you know I am compiling the latest bootstrap 3 less files when I get this error.

Ubuntu Server 12.04. Are you compiling bootstrap 3? I haven't tried the 2 branch.

Got it working now. There were no issues with the less files but with the basic configuration. I added the config below and then it worked: ``` 'Less' => array('LessFilter',...