Closed gregorybolkenstijn closed 8 years ago
The callback after start is never called:
gulp.task('start', function(cb){ mamp(options, 'start', cb); });
I have tasks running in sequence, waiting for the mamp start task to finish, but it never finishes.
Same problem here, can we get a fix for this?
Please open up a PR and I'll merge.
The callback after start is never called:
I have tasks running in sequence, waiting for the mamp start task to finish, but it never finishes.