Custom Deployment to Azure Websites
问题 I recently started using Gulp.js to package all my CSS and JavaScript into single files, which I then include in my web app. My web app is written in Python (using Flask ). I obviously don't want to track the Gulp output CSS and JS files using git (since they're build output files). I deploy my website to Azure Websites using push to deploy. That is, I simply run git push azure master and Azure automatically figures out that I'm using Python, sets up virtualenv , installs pip dependencies and