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

Feature: Ability to define a custom data generator #23

Open Bockit opened 9 years ago

Bockit commented 9 years ago

It would be cool if we could create our own data generators and pass them in via the deploy config. Would allow for https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/issues/22 or any other crazy ideas people have.

michalsnik commented 7 years ago

It would be really helpful indeed. I'd like to have revision key as follows: hash+timestamp, and I don't see a way to do this..