Showing posts with label gulp. Show all posts
Showing posts with label gulp. Show all posts

Friday, 15 July 2016

Grunt vs Gulp

Gulp and Grunt are both Automated Task Runner . Major Difference Between Gulp and Grunt Lies in How They Deal With Automation of Tasks Internally .Gulp Uses Node Streams For running different tasks and Grunt use temp files for the same work . Grunt runns tasks using Temporary...

Thursday, 14 July 2016

What is Gulp and Grunt

Front-End Developers Tend To Deal with many things that include : -  Decrease http request by concatinating CSS FIles and JS Files Together for showing on website Compressing and Minifying CSS and JS Files Optimizing Image to reduce their size by maintaining Quality of...