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

Sass watcher should prioritize cwd when resolving @imports. #905

Closed
xzyfer opened this issue Apr 29, 2015 · 0 comments · Fixed by #922
Closed

Sass watcher should prioritize cwd when resolving @imports. #905

xzyfer opened this issue Apr 29, 2015 · 0 comments · Fixed by #922

Comments

@xzyfer
Copy link
Contributor

xzyfer commented Apr 29, 2015

Originally mentioned xzyfer/sass-graph#12

When a save event happens we inspect the import graph to determine the least amount of files that need compiling. This results in almost instant compilations on saves.

Currently however when walking 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant