Reading through some of the code for the LESS library I noticed that the Parse method is now deprecated
https://github.com/leafo/lessphp/blob/master/lessc.inc.php#L1696

I've added a patch to switch this to use the compile method.

CommentFileSizeAuthor
less-compile-method.patch554 bytespaulsheldrake
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

corey.aufang’s picture

Status: Active » Closed (won't fix)

I'm already aware, and there is a big update coming that removes the call to parse among many other things.

Soon™ there will be a new dev release that will show case all the new functionality.