Closed pwsandoval closed 6 years ago
Hi @pwsandoval,
There is a red stop icon used to terminate a gulp process - it terminates the process selected in the list. You can use that to stop the gulp task and then the green icon to start it again. Does that work for your scenario?
Nick.
Yes, but I was referring to an option to restart it (stop and start in one step).
Gotcha. I'm on it :-)
Hi @pwsandoval,
Version 0.0.9 has now been released and include a restart command, which will stop and start a task in a single action. An icon has been added to the extension navigation palette.
Give it a go and check it works as you expected, then we can close this issue :-)
Nick.
Yes, excellent improvement.
I use Gulp with BrowserSync and when it has been disconnected due to some error in my code I try to execute the task again with the extension by clicking on the green icon and nothing happens.
I must finish the task and then run again, is there any way that it is automatic or a button that stops and re-executes the same task again (restart the same task)?