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

Configuration #24

Closed lcpriest closed 8 years ago

lcpriest commented 8 years ago

The configuration for this goes In the ember-cli-build.js file, correct?

var ENV = {
    build: {},
    redis: {
      allowOverwrite: true,
      keyPrefix: 'myapp'
    },
    s3: {
      prefix: 'myapp'
    }
  };

What is the parent key? I imagine that "type" is too generic to be a global setting, but I can't see anywhere in this repo that says what the parent key would be.

lcpriest commented 8 years ago

Oh, it's "revision-data".

Can we put that in the readme?

lukemelia commented 8 years ago

@lcpriest We're open to any README PRs that you think would make adoption smoother for people new to the project.