Skip to content

v2.0.0

Compare
Choose a tag to compare
@floatdrop floatdrop released this 21 Jan 06:26
· 142 commits to master since this release

Before 2.0.0 version there was a bug in gulp-batch - it does not prevent tasks to execute in same time. In 2.0.0 version of gulp-batch was bumped.

This can cause your watch tasks to hang, if you do not calling done in callback or returning Stream/Promise from it.