Running tasks in Visual Studio with Gulpfile
From Logic Wiki
- install node.js
- go to solution folder and create package.json
- install gulp npm install gulp
- install all necessary node packages you need in task
- if necessary go to Tools>Options>Project and Solutions>Web Package Management>External Web Tools and add c:\Program Files\nodejs
it would come up as a task in Task runner
View>Other Windows>Task Runner Explorer