runSequence breaks if I have no gulp.dest in my task and try to return the stream. #79
Closed
Description
I've noticed that if I have no gulp.dest
in my task and I try to return the stream, runSequence breaks and I have to CTRL+C out of it.
The task is a linting task, so I don't need to output anything, here is the task and the line of code that if you remove, it breaks.
Here is the runSequence where I'm calling the task from.
What should I return if my task has no gulp.dest?
Metadata
Assignees
Labels
No labels