emulsify-gulp
emulsify-gulp copied to clipboard
Return gulp streams in tasks.
Hi,
I'm doing some interesting manipulation of the gulp tasks, and the ones that are defined by emulsify do not return the gulp streams, so gulp cannot track when those tasks have ended etc.
Adding in some simple return statements does the trick for me.