Simon Wade
Simon Wade
Thanks @melloc
Nothing. Is there an uninitialize hook I can use to remove it?
Does `appInstance` fire a `destroy` event or something?
Okay, I think this is a NOOP. Registering a global is inherently dirty anyway, it's only supported for convenience during development.
I see. Okay, how can I do the reopen?
Oh man that's not nice. Okay I'll do it when I get back to the office (with gloves on). I'm gonna put your name on it Stef ;) On Thu,...
It looks like option 3 [will be supported by libsass at some point in the future](https://github.com/sass/libsass/issues/668#issuecomment-65962049).
Yeah thanks. Problem is that that plugin is installed from `babel-preset-es2015` and I don't have the time to work out a way to avoid that.
Awesome! 🎉 Thanks @neoziro, sorry I couldn't sort out the build issue to get this into the core module. I'll leave this issue open for the next time we work...
FWIW I'm an advocate of passing through options to node-sass as-is (omitting any that are specifically for broccoli-sass). I think we can deal with any issues with specific conflicts that...