tonyspiro / gulp-mamp

Gulp MAMP allows you to configure, start and stop your MAMP server from the terminal.
11 stars 4 forks source link

Callback never called after start #5

Closed gregorybolkenstijn closed 8 years ago

gregorybolkenstijn commented 9 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.

reneroth commented 8 years ago

Same problem here, can we get a fix for this?

tonyspiro commented 8 years ago

Please open up a PR and I'll merge.