Your First Task using Gulp in ASP.NET MVC Project

Introduction to Gulp

I am going to create the first Gulp task in an ASP.NET MVC project. Go to Node.Js Command Prompt

Install Gulp as a global package

1

Create a package.json file on your project

3

Also Install Gulp locally after  navigate in to the project directory

2

Create a gulpfile.js on your project
In this file, you can load your packages and plugins for the tasks

Open your gulpfile.js and create your first task

4

Run your Gulp task

5

One thought on “Your First Task using Gulp in ASP.NET MVC Project

  1. Pingback: Introduction to Gulp.js | Mad Programmer

Leave a comment