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...")
- 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