Shannon Lal
Shannon Lal
@johannes-z and @hooray is this still an issue? I can have a look at this over the weekend if you are still seeing the issue.
@hooray @tonysamperi @johannes-z can you provide some more information about the operating system? I just ran this on my Mac a didn't have any issues: ``` Shannons-MBP:gulp-prompt-test shannonlal$ node_modules/.bin/gulp getSelection...
@yanuas123 not really sure what your asking. Can you provide a sample gulp file
@reintroducing can you provide a sample gulpfile to test
@reintroducing. The normal flow for it to exit is to return undefined. If you look under the examples directory at the file examples/chain-confirm-gulp.js that when the function stops when the...
@reintroducing gulp-prompt allows a user to prompt for user for input but in order to chain them you need to look at adding a chainFunction. See the example (Example Chaining...
@reintroducing So you are trying to chain to independent gulp tasks. Is this correct? I use this on my internal project at work. I use run-sequence combined with gulp-prompt to...
@rjgamer Is this issue only on Windows? Does it only happen in netbeans? If you use the command line does it happen? I currently have access to a Mac so...
Just a question to confirm. If you run this gulp taks from the command line (i.e. on your Windows 10 computer and not in Netbeans) does it work?
@rjgamer I haven't had a chance to get a windows machine. It seems to be a problem on netbeans console because gulp-prompt seems to work fine on Mac, Linux and...