Bower allows you to manage client-side dependencies for your web applications. A common practice is not to include them in source control. So how do you deploy them together with your web application to Azure Web Apps? In my recent article I showed you how you can call your Gulp
Azure Web Apps support a number of services for continuous deployment. One of them is a Git repository to which you can push your changes and which are automatically deployed to your Azure Web App. Did you know however that you can leverage your existing Gulp tasks in that deployment