marksmccann / node-sass-extra

A drop-in replacement for node-sass' Node API that adds support for globs, promises and more.
MIT License
2 stars 1 forks source link

Refactor `getCompilerTasks` #21

Closed marksmccann closed 5 years ago

marksmccann commented 5 years ago

It really bothers me how long and difficult to read getComilerTasks became. I realized we could probably break it out into multiple tasks to clean it up a bit.

getOutFile() {...}
getSourceMap () {...}
getTasks () { ... }