-
Notifications
You must be signed in to change notification settings - Fork 4
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
Wrong dependencies #34
Comments
maybe they should even be suggested. But I think at that point, none of them is maintained anymore ... |
Why suggesting things we don't believe in ? ^^ They should be in dev dependencies if you need them for testing (even if it's better to have them as node dependencie for the dev), and that's all. |
I mean something like "suggest-depend". Can't remember the name atm. |
I understood, yep. My answer is still valid :p . |
Yeah, though I created this library for people not having access to node stuff (hence why less/coffee are the PHP version), but if there's a really big difference, I should indeed use npm versions (and maybe create a pless, or lessp, of w/e) |
i.e for less: bootstrap is not compabitle with lessphp. |
Why are they preprocessor as depedencies ?
I can understand that in order to test you could need some of theme, but it's exacly why
require-dev
exists.Also notice that lessphp is not maintained anymore. The test should be use the standard less version using npm to install it.
The text was updated successfully, but these errors were encountered: