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

Adding support for absolute paths on Windows. #494

Merged
merged 1 commit into from
Dec 10, 2011

Conversation

jmcclell
Copy link
Contributor

While lessc is developed for *nix platforms, node has expanded to provide support to Windows environments, which means lessc can now be used without much hassle. The existing version does not support absolute paths, however, as the check for absolute vs relative relies on the first path character being '/' or not.

This isn't a huge deal in most cases, but for a developer such as myself using tools such as django_assets to compile assets on the fly during development, absolute path support is vital.

@atomi
Copy link

atomi commented Nov 30, 2011

Nice job - works perfectly.

cloudhead pushed a commit that referenced this pull request Dec 10, 2011
Adding support for absolute paths on Windows.
@cloudhead cloudhead merged commit 62e7840 into less:master Dec 10, 2011
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

Successfully merging this pull request may close these issues.

3 participants