noseglid / atom-build

:hammer: Build your project directly from the Atom editor
https://atom.io/packages/build
MIT License
248 stars 97 forks source link

how do i get the colors in the output? #544

Closed RamyRais closed 6 years ago

RamyRais commented 6 years ago

i have this simple configuration that is running a gulp task

targets:
  runEslintTest:
    cmd: "gulp eslint-test"
    sh: true

The only problem i have is that the output is white text there is no color. I am missing a configuration? or simply it does not work this way?

noseglid commented 6 years ago

It does work, but since it's not a real tty, some tools have trouble identifying color support. For gulp you can add the --color argument to force color output.