gulp Comprehensive Guide to a Front-end Workflow Automation with Gulpjs -1 of 2

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Syntax

  • npm install [plugin-name] --save-dev
  • npm install [plugin-name] --save
  • Function <function-name> (glob) { $.src(glob).pipe([plugin 1]).pipe([plugin 2])....pipe([plugin n]).pipe( $.dest(<destination-name>) }
  • $.task(<taskname> , [dependencies] , <body>);

Remarks



Got any gulp Question?