madskristensen / WebPackTaskRunner

A Visual Studio extension
Other
40 stars 17 forks source link

Update TaskRunner.cs so that Run Task is in color. #24

Closed jaibeales closed 8 years ago

jaibeales commented 8 years ago

Make the Run task run in color as per documentation.

madskristensen commented 8 years ago

This was originally removed due to reported issues with Webpack 2.0 not being able to run when --color was set. Have you tested with Webpack 2.0?

madskristensen commented 8 years ago

oh, and btw, thank you for taking the time to send a PR. It's much appreciated :)

jaibeales commented 8 years ago

Ah yes, I can see that now in the history. Just tested with webpack 2.0.5-beta and seems to work fine with color. Although the inline option gives: "Unknown argument: inline".

madskristensen commented 8 years ago

Awesome. If it works with the latest 2.0 beta then we're good. Thanks