I'm using Gulp in ASP.NET project to perform some pre-build tasks like copying JavaScript from node_modules, minifying and combining JavaSCript and CSS, etc. Everything is fine and elegant, except
- Visual Studio Task Runner Explorer doesn't stop on breakpoints in Gulpfile.js.
- I didn't find in which window can I see output from console.log() statements.