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

Replicate node-sass' CLI implementation #26

Closed marksmccann closed 5 years ago

marksmccann commented 5 years ago

node-sass's CLI does some of the things we are adding to the Node API. We might want to steal some of their implementation namely isDirectory, Emitters for logging messages and errors, and more.

https://github.com/sass/node-sass/blob/master/bin/node-sass

marksmccann commented 5 years ago

This is related to #4. Closing.