ember-cli-deploy / ember-cli-deploy-revision-data

An ember-cli-plugin to create a unique revision key for the build
MIT License
22 stars 57 forks source link

Return revision metadata instead of just revisionKey #16

Closed achambers closed 9 years ago

achambers commented 9 years ago

This PR slightly changes how this plugin works. Previous to this PR, the plugin would simply return a revision key which would be merged into the deployment context object.

Now, with this PR, the plugin returns an object which can contain any arbitrary meta data about the deploy revision. One proviso is that it must contain a property called revisionKey.

The following PR's need to be merged once this one has been:

Closes #14

achambers commented 9 years ago

@LevelbossMike, you will need to make a change to your ember-cli-deploy-s3-index repo to come in to line with this PR.