You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.
The clean target is not finished before the version target needs to run. A couple tings need to happen:
Upgrade to gulp 4 - some asyn issues are resolved in the 4 release
Then add a callback to the clean target - wait, there is already a done cb. So maybe we just need to upgrade to gulp 4, which is not yet but will soon be released.
The clean target is not finished before the version target needs to run. A couple tings need to happen:
Upgrade to gulp 4 - some asyn issues are resolved in the 4 release
Then add a callback to the clean target - wait, there is already a done cb. So maybe we just need to upgrade to gulp 4, which is not yet but will soon be released.
gulpjs/gulp#899
http://stackoverflow.com/questions/22824546/how-to-run-gulp-tasks-synchronously-one-after-the-other
https://github.com/gulpjs/gulp/blob/master/docs/API.md#async-task-support
The text was updated successfully, but these errors were encountered: