This repository was archived by the owner on Jun 24, 2025. It is now read-only.
v2.0.0
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.