Closed marksmccann closed 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.
node-sass
isDirectory
Emitters
https://github.com/sass/node-sass/blob/master/bin/node-sass
This is related to #4. Closing.
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 namelyisDirectory
,Emitters
for logging messages and errors, and more.https://github.com/sass/node-sass/blob/master/bin/node-sass