Skip to content

Adding support for absolute paths on Windows.#494

Merged
cloudhead merged 1 commit intoless:masterfrom
jmcclell:patch-1
Dec 10, 2011
Merged

Adding support for absolute paths on Windows.#494
cloudhead merged 1 commit intoless:masterfrom
jmcclell:patch-1

Conversation

@jmcclell
Copy link
Copy Markdown
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
Copy Markdown

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