-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Version option doesn't allow absolute paths #14
Comments
I can't see this being practical to use, what is the use case for this? |
I guess we're always supposed to use local less? I guess it's not an issue if there are advantages to it. Do you mind explaining why it's recommended though? |
there are a few advantages of using local dependencies, but IMO the biggest advantage is that you can enforce whatever version you want for each project without concern for whatever version each team member has globally installed. when issues occur, it's always a pain to ask everyone what version of something they have globally installed. however, if this is something you need there are other ways we can require globally installed modules, versus using an absolute path. let me know if you still want this |
It's not really needed, the behaviour just seemed a bit counterintuitive, I didn't know this was done on purpose, or required extensive workaround to get working. -- On 4 September, 2013 at 3:19:47 PM, Jon Schlinkert (notifications@github.com) wrote: there are a few advantages of using local dependencies, but IMO the biggest advantage is that you can enforce whatever version you want for each project without concern for whatever version each team member has globally installed. when issues occur, it's always a pain to ask everyone what version of something they have globally installed. however, if this is something you need there are other ways we can require globally installed modules, versus using an absolute path. let me know if you still want this — |
Fair enough, I guess what is "intuitive" is driven by how you prefer to work. If you use npm or bower to install less, then it's pretty simple to specify the version (or the path). Based on your reply, I'm closing the issue. but feel free to reopen if you want this implemented or want to discuss further. |
gives the following error message
The text was updated successfully, but these errors were encountered: