For example, when I run the assembly with:
{ "cmd": ["grunt"] }
I am getting bash output formatting in the console. Is there a way to display formatting or remove formatting characters?
[4mRunning "lint:files" (lint) task[24m...
This is not possible with ST2. Here is the official feature request:
http://sublimetext.userecho.com/topic/55640-htmlansi-in-output/
The result looks much better if you pass the flag without color:
{ "cmd": ["grunt", "--no-color"] }