Skip to content
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

lessc doesn't support absolute paths #25

Closed
rfletcher opened this issue May 11, 2010 · 4 comments
Closed

lessc doesn't support absolute paths #25

rfletcher opened this issue May 11, 2010 · 4 comments

Comments

@rfletcher
Copy link

lessc unconditionally prefixes both input and output paths with the current working dir, so input like this:

lessc /path/to/input.less

yields an error like this:

lessc: ENOENT, No such file or directory: '/path/to/cwd/path/to/input.less'
@dylan
Copy link

dylan commented May 12, 2010

good to see this, i was wondering if i lost my mind. :P

@dylan
Copy link

dylan commented May 29, 2010

Still getting strangeness. Is this a NodeJS issue?

@cloudhead
Copy link
Member

I took in a patch for this, could you make sure you have the latest version?

@rfletcher
Copy link
Author

Sorry about the lag, I just noticed today that I'm not getting any GitHub notification emails.

Tested with 0f769a0 and Node v0.1.103. Looks fixed. Thanks!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants