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

node-sass CLI `run` and `watch` #27

Closed marksmccann closed 5 years ago

marksmccann commented 5 years ago

node-sass CLI has a watch feature. We need to make sure we account for that when we create our version of the CLI.

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

marksmccann commented 5 years ago

This is related to the #4, Closing.