Running tasks in Visual Studio with Gulpfile

From Logic Wiki
Jump to: navigation, search


  1. install node.js
  2. go to solution folder and create package.json
  3. install gulp npm install gulp
  4. install all necessary node packages you need in task
  5. 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