Closed jasisk closed 9 years ago
Build succeeding on 0.10. Failing on 0.11 due to (surprise!) the node-sass post-install script.
why you closed this ? It seems a good step towards fixing (it works atleast with 0.10)
just noticed something not captured by our tests. Will reopen when it's fixed / tested.
ok cool :+1:
This helps with running tests against node 0.10. I am a :+1: on this.
LGTM. Improves the situation.. :+1:
Great job :+1: It works even with node-sass 1.2.3
I'm impatient to have the new release (even if I can clone the master) ;)
I will create one today. was hoping to get in another PR. But this does not have to wait. Will cut a release after checking all the commmits by EOD
1.1.0 published
Thanks a lot! It works :)
Fixes #33. Fixes #35.
Issue was due to something over the bridge changing and, where
buffer
s previously worked, data passed to node-sass must be astring
.