jpillora / grunt-aws

A Grunt interface into the Amazon Node.JS SDK
171 stars 44 forks source link

Additional Cloudfront operations #47

Closed jrit closed 9 years ago

jrit commented 9 years ago

@jpillora added a few more cloudfront operations. Please see readme updates for an explanation. I'm attempting to balance the need to inject a ton of configuration and the need to actually update that configuration, since most of it probably doesn't change often for most users. I added a patch version increment as well, maybe it should be a minor though?

jpillora commented 9 years ago

Hi @jrit thanks for the PR, I don't actually use the CF module so I'm not sure - is this backwards compatible?

jrit commented 9 years ago

It is backwards compatible. Previously there was only an option for invalidations, this just adds some more options.

jpillora commented 9 years ago

cool thanks - merged, will publish soon

jpillora commented 9 years ago

published, sorry for the delay