madskristensen / NpmTaskRunner

Visual Studio extension
Other
88 stars 32 forks source link

Set color variable via npm CLI option #13

Closed scottaddie closed 8 years ago

scottaddie commented 8 years ago

This PR addresses issue https://github.com/madskristensen/NpmTaskRunner/issues/9 by enabling color via the npm --color=always CLI option. More info on the color option may be found here. Here's some sample output with this change in place:

npm_task_runner_colors

madskristensen commented 8 years ago

Awesome!!