Adds support for asynchronous rendering via a callback to match node-sass's API, in order to ensure our package is a true drop-in replacement.
had to refactor getSourcFiles so that files paths do not filter out valid file paths, in so doing, create a new method getGlobMatches and removed flattenArray.
getSourcFiles
so that files paths do not filter out valid file paths, in so doing, create a new methodgetGlobMatches
and removedflattenArray
.closes #35