sindresorhus / grunt-shell

Run shell commands
MIT License
949 stars 126 forks source link

ANSI colours are removed from the output console. #86

Closed itpmngt closed 9 years ago

itpmngt commented 9 years ago

ANSI colours are removed from the output console. A bit of googling and people mention an --ansi switch that resolve some problems when spawning childProcesses using PHP and few others

The goal is to use GRUNT to fire a Node/PhantomJS testing environment. Calling Node it has the stdout 'colorised'

Best, Joe Rosa

sindresorhus commented 9 years ago

Duplicate of https://github.com/sindresorhus/grunt-shell/issues/21