Modern Web Development is complex and sophisticated. We are not just using JavaScript & CSS any more. We have SASS & LESS. We minify files, we bundle files, we convert SASS/LESS to CSS - we do a lot of things to build. There is a rich ecosystem of client side build tools and Grunt/Gulp are two popular build /task system for client asset building.
In this video, we will go through Grunt/Gulp fundamentals.