bestander / grunt-azure-cdn-deploy

Grunt task for copying files to azure storage
MIT License
13 stars 3 forks source link

Support multiple tasks #4

Closed bestander closed 11 years ago

bestander commented 11 years ago

And deploy to npm

bestander commented 11 years ago

Not an issue, I just used the old 'files' array for configuration. This bit works fine: app: { options: { containerName: 'latest-web', numberOfFoldersToStripFromSourcePath: 2, destinationFolderPath: 'dev/app' }, src: [ 'build/app/*/.{html,js,png,css,ico}' ] }, deps: { options: { containerName: 'latest-web', numberOfFoldersToStripFromSourcePath: 2, destinationFolderPath: 'dev/components' }, src: [ 'build/components/*/.{html,js,png,css}' ] }