sindresorhus / grunt-shell

Run shell commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ANSI colours are removed from the output console.

itpmngt opened this issue · comments

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

Duplicate of #21