Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Fix gulp debug target #196

Closed
chrisekelley opened this issue Jan 6, 2016 · 0 comments
Closed

Fix gulp debug target #196

chrisekelley opened this issue Jan 6, 2016 · 0 comments
Milestone

Comments

@chrisekelley
Copy link
Member

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

@chrisekelley chrisekelley added this to the 0.2.0 milestone Jan 6, 2016
@chrisekelley chrisekelley modified the milestones: 0.2.0, 0.2.2 Jan 27, 2016
@chrisekelley chrisekelley modified the milestones: 0.2.2, 0.2.3 Feb 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant