nicosantangelo / sublime-gulp

Run Gulp tasks and use snippets from Sublime Text
https://sublime-gulp.nicosantangelo.com/
MIT License
155 stars 18 forks source link

gulp-confirm compatibility #48

Open dukhevych opened 8 years ago

dukhevych commented 8 years ago

Is there any way to add gulp-confirm compatibility? https://www.npmjs.com/package/gulp-confirm

It's like prompt in command line for gulp tasks. Running such tasks (with results in terminal or new tab) ignores gulp-confirm pipe. The only way to see the question and answer it is to run a task through system cmd.

nicosantangelo commented 8 years ago

Hmm, I'll give a try, but interacting with the command from Sublime it's hard. Right now each gulp command it's a subprocess that communicates piping the result to the editor, which shows it. So stopping for input it's not built it.

I'll let you know how it goes!