tvooo / sublime-grunt

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

Keep console open? #66

Closed lunelson closed 10 years ago

lunelson commented 10 years ago

I've just started using this plugin—and noticing that at a certain point the console with the Grunt output disappears. The normal "show console" command shows Sublime's console output and not Grunt anymore. Is it possible to keep the Grunt output view persistent somehow?

BTW also noticing duplicated lines in the output. Thx ;)

tvooo commented 10 years ago

The output of Grunt is written to the "Build Results" window. Just go to Tools > Build Results > Show Build Results.

What do you mean, duplicate output? :D

lunelson commented 10 years ago

Thanks for that! Now that I know where to look, I also found a keybinding to show it:

{ "keys": ["super+shift+b"], "command": "show_panel", "args": {"panel": "output.exec", "toggle": true} }

The duplicated output is not repeating itself now so it must have been something else ;)

tvooo commented 10 years ago

Closing :)

crimx commented 10 years ago

You guys really saved my day! ❤