bestander / deploy-azure-cdn

A node package for uploading files to Azure Blob Storage. It is perfect for deploying compiled assets to Microsoft Azure CDN as a last step in a Continuous Integration setup.
MIT License
26 stars 14 forks source link

gulp/vanilla is confusing #2

Closed timothyerwin closed 10 years ago

timothyerwin commented 10 years ago

I would recommend splitting this into two repos: azure-deploy-cdn and gulp-azure-deploy-cdn.

there is no example for the vanilla version which is what I want to use, and also the require is wrong in the example that is provided.

tighten it up please :)

timothyerwin commented 10 years ago

also, does this have anything to do with a cdn? it looks more like it just uploads to a blob.

bestander commented 10 years ago

Thanks for the feedback. As a matter of fact I have started a minor refactoring in master branch, it is time to show some love for the repository, add some tests and separate further apart gulp and vanilla stuff.

I'll consider moving the gulp task into own repository and reuse this one in my other grunt-deploy-azure-cdn repo.

bestander commented 10 years ago

Well, technically you are right, this is just a simple wrapper to blob storage. In azure, CDN comes tightly integrated with blob storage, so deploying to blob means deploying to CDN if you have configured it in Azure web interface.

bestander commented 10 years ago

now this repo is vanilla only. Extracted gulp specifics into a new repo.