Josh Schmidt
Josh Schmidt
If it just "looks weird", then I don't see a big reason to change. Here's how to read the less.php versions: Version numbers can be viewed as LESSJS.LESSPHP - LESSJS:...
Dup of #155
So instead of `1.7.0.7`, it sounds like you're suggesting `1.7.0+build-7``. Is that right?
I'm not entirely opposed to code sniffers, but I used one previously on less.php and actually found it somewhat counter-productive. As I'm sure you know, the code of less.php is...
I can't seem to reproduce the issue you've described. Please see https://github.com/oyejorge/less.php/blob/master/test/Fixtures/bug-reports/less/235.less for the less code I tested
Would love to... it's a really big undertaking!
Remote compilation is a bit different from what we're trying to do. Hopefully not years. Who knows what version less.js would be at by then if it took us years.
Thanks guys, I should have checked that PR closer
Performance is definitely a bit of a drag. I've been use xdebug to figure out what parts of the program are the slowest. The following report is from compiling bootstrap...
Dang. So bootstrap is using `&:extend` functionality now. With Bootstrap < 3.1, we were able to skip the extend visitor completely.