Skip to content

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