dschmidt / ember-cli-deploy-sentry

An ember-cli-deploy-plugin to upload javascript sourcemaps to Sentry
MIT License
42 stars 51 forks source link

Use prepare hook instead of didBuild hook to catch revision data #11

Closed duizendnegen closed 8 years ago

duizendnegen commented 8 years ago

Fixes #10, issues mentioned in #9 Using prepare instead of didPrepare because we decided to run with the dependency ordering config in package.json as follows:

"ember-addon": {
  "configPath": "tests/dummy/config",
  "after": "ember-cli-deploy-revision-data"
}
dschmidt commented 8 years ago

Thanks, you rock