This project, `gulp-series`, provides a solution for running Gulp tasks sequentially, addressing limitations in both Gulp itself and the official `run-sequence` tool. It specifically fixes the issue of task chains not halting when errors occur, ensuring more reliable builds. This is useful for Gulp users who need guaranteed sequential task execution and robust error handling.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Alternative to run-sequence solution that temporarily solves an issue with gulp lacking sequential task running capability. And this solves issues with run-sequence, which is officially recommended tool for sequential tasks for gulp, not aborting task chains on error.