Every time I start my AngularJS app locally by executing grunt serve
, I find myself struggling to get anything other than Grunt tasks displayed in the terminal window.
https://i.sstatic.net/azG0a.png
I am specifically looking for a way to output messages using console.log()
directly to the terminal window, in addition to seeing them in the browser's JavaScript console. Is this even possible and if so, how can I achieve it?