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` broken out into multiple functions #22

Closed marksmccann closed 5 years ago

marksmccann commented 5 years ago

closes #21

marksmccann commented 5 years ago

@phillipluther The length of getCompilerTasks was really bugging me. I think this is a much better solution. Let me know if you disagree.

phillipluther commented 5 years ago

This looks great; I'd actually started down a similar break-down path to make sync/async stuff more manageable but didn't get anything checked in.

I'll merge this over and continue from here on #13