Blacklite / Ncapsulate

NuGet and MSBuild wrappers around various Node based tools.
MIT License
29 stars 9 forks source link

Visual Studio doesn't prints Node or Gulp output #11

Closed vasco3 closed 7 years ago

vasco3 commented 10 years ago

I wonder how to see the feedback in Visual Studio that I would normally see if running gulp on the CLI.

david-driscoll commented 10 years ago

The output window in VS is kinda wonky I've found.

The fix from #6 might actually make this this work in VS, I'm not 100% sure until I go to test it out.

vasco3 commented 10 years ago

Ok thanks @david-driscoll . I'm wondering how to integrate JS Unit Tests to VS/Jenkins. Do you use Karma for that?

david-driscoll commented 10 years ago

Typically I've been running karma from a gulp task by itself, but I'm also doing a lot of other complex things around karma as well (TypeScript, browserify, etc)

In terms of integration's I believe karma has a jenkins reporter, but don't quote me on that.

vasco3 commented 10 years ago

ok I see, I also use browserify and other stuff. Thanks, I'll try karma as a jenkins reporter