You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: