tvooo / sublime-grunt

Moved to https://github.com/sptndc/sublime-grunt
296 stars 35 forks source link

How do I spawn the grunt task window if I accidentally killed it? #38

Closed javorszky closed 10 years ago

javorszky commented 10 years ago

To reproduce:

How to kill ALL grunt tasks, or how to spawn the window once I pressed ESC, but a grunt task is still running?

jimmiw commented 10 years ago

Same thing happens in ST2. You can also make it happen if you want to search for files. This makes the grunt window close.

tvooo commented 10 years ago

Yeah, definitely a problem. I will have a look if there is something in the API to bring the window back; I hope it's not just made for short-living tasks...

tvooo commented 10 years ago

BTW, you can re-open the window via Tools -> Build Results -> Show Build Results.

javorszky commented 10 years ago

Oooh, shiny. Thank you. :) I guess that solves it.