Closed duizendnegen closed 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:
prepare
didPrepare
package.json
"ember-addon": { "configPath": "tests/dummy/config", "after": "ember-cli-deploy-revision-data" }
Thanks, you rock
Fixes #10, issues mentioned in #9 Using
prepare
instead ofdidPrepare
because we decided to run with the dependency ordering config inpackage.json
as follows: