Running tasks in Visual Studio with Gulpfile

From Logic Wiki
Revision as of 09:21, 2 May 2024 by AliIybar (Talk | contribs) (Created page with "Category:gulpfile Category:Visual Studio Category:Dotnet Category:CICD # install node.js # go to solution folder and create package.json # install gulp '''npm...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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