After I run grunt serve to have my AngularJS app running locally... I can't figure out how to have things write to the terminal window besides other Grunt tasks.
Specifically, I would like to have the ability to write out things using console.log() to my terminal window -- in addition of course to seeing them in the browser's javascript console.
Is that possible & how would I do that?
