Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Watcher should prioritize cwd when resolving imports #922

Merged
merged 1 commit into from
May 4, 2015

Conversation

xzyfer
Copy link
Contributor

@xzyfer xzyfer commented May 4, 2015

Currently when traversing the import graph we do not respect the behaviour of checking the current working directory first. This can result in the wrong files being compiled if there are naming collisions.

This was fixed upstream in sass-graph@2.0.0

Fixes #905.

@xzyfer xzyfer self-assigned this May 4, 2015
@xzyfer xzyfer added this to the 3.0 milestone May 4, 2015
@xzyfer xzyfer mentioned this pull request May 4, 2015
19 tasks
xzyfer added a commit that referenced this pull request May 4, 2015
Watcher should prioritize cwd when resolving imports
@xzyfer xzyfer merged commit 1bf73b5 into sass:master May 4, 2015
@xzyfer xzyfer deleted the fix/watcher/cwd-prioritization branch May 4, 2015 06:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sass watcher should prioritize cwd when resolving @imports.
1 participant