Automate JavaScript workflow with Gulp
When developing a web application there are repetitive tasks we do every-time we change or upgrade our code. These tasks are usually not difficult but do take away our crucial development time. This is where Gulp comes into picture. Watch Video Gulp is a task runner/builder and a node.js build tool which automates these repetitive tasks […]