-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lessphp is falling off, preparing for alternatives - how? #67
Comments
It is. You can specify less.php as drop-in. By the way, it seams to me that there is an bug regarding this. Found that today as lessphp fails to compile my less files using the Semantic Grid System. Greetings! |
README doesn't state how to switch between compiler implementations. Maybe you want to open a pull request with an added instruction how you do it? |
I think the way the uses of preprocessors is going it'd be be better to put |
Geez, I'm having a hard time staying up to date with all these *js new technologies :) Going to google gulp js now.. EDIT mmmkay. I for one have no idea how to set that up here. |
@lkraav is there a way to use wp-lesscss as an alternative compiler? I can't find any instructions. Also - is there any way to use the native less compiler rather than a PHP version? I'd be totally happy just having a plugin that ran "lessc" on the server to compile LESS files when they update. |
For example, I really want to use LESS' @import (inline) "my.css" but it isn't supported by lessphp. |
Haven't had any time to upgrade myself yet either, still running on stock for now, since I don't actually require anything better right at this moment. |
It looks like it is as easy as changing the require section in composer.json
Then "composer update" will drop-in replace leafo with less.php |
…ne thing to note is that variables within URLs must be place within quotes "" as noted here: roborourke#67 (comment)
@lkraav or @scottsweb would you be able to get a PR ready on this repo for this? Don't have much time at the mo! |
@scottsweb thx a lot for reference. Had an errors with compilation latest |
Important: when installing wp-less via Composer — it installs I'm sure, that |
@vburlak you're right. I've noticed this myself as well. |
oh, I was not careful in the morning :( Theme Check reportes more warnings in WARNING: Found
Any suggestions, how it can be replaces is |
Found old issue in Tried just comment it in my local installation of less.php — at first glance, still compiles fine. Need more testing.. |
In That have reference in less.php issues oyejorge/less.php/issues/162 . Can't understand how it can be fixed in Conclusion for
|
Unfortunately a pull request from my repo looks like it would be a tricky(ish) merge @sanchothefat as my fork is based on @tarendai's fork (which introduced logging and https support and quite a few other changes). It's a very small change to |
I'd recommend merging my fork into yours if possible, if only because it makes debugging issues 1 million times easier, and it provides a place to put a rebuild button and somewhere to make use of the WP File system apis from |
thom4parisot/wp-less#53 has an overview of the situation. leafo/lessphp seems to be dying.
The text was updated successfully, but these errors were encountered: