fetch / node-sass-css-importer

Node Sass CSS importer
MIT License
17 stars 4 forks source link

All paths now call done with either success or with an error if one was generated #4

Closed imbcmdth closed 9 years ago

imbcmdth commented 9 years ago

Right now there are two conditions that result in no error getting returned to sass:

As a result, sass must assume that there is an asynchronous process running and waits forever without ever providing feedback as to what when wrong.

koenpunt commented 9 years ago

Thanks!