On Jan 28 2016 we conducted yet another webinar and we focused on “JavaScript Task Runners for the Web” this time. Client side development has undergone tremendous changes and the workflow you use has also changed. You now use what are known as Task Runners which when run perform certain mundane tasks such as Minification, Concatenation, launching web server, reloading the rendered pages etc. These are made possible through certain client side build tools called as JavaScript Task Runners. In this webinar we took a lap around two popular frameworks namely “Gulp” & “Grunt”. This blog post is a recap of the webinar in case you missed attending live.
Slide Deck:
Following is the slide deck i used in the webinar:
Video Recording:
Here is the video recording of the webinar. If you missed attending live or had to leave the webinar in between – you are covered. You can now watch the webinar at your leisure time.
I hope this webinar has given you a heads up on JavaScript Task Runners. Do go through the webinar video and let us know if you have any comments/suggestions.
Till next time – Happy Coding !