Skip to content

Commit e8ffe83

Browse files
committed
Indicate to ember-cli that this addon should be "before" the redis plugin (if present).
Because both plugins implement the build hook, this will make it so that s3 runs before redis, and thus, that the assets are uploaded before the HTML that points to them.
1 parent 83ec6c3 commit e8ffe83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"minimatch": "^2.0.4"
5151
},
5252
"ember-addon": {
53-
"configPath": "tests/dummy/config"
53+
"configPath": "tests/dummy/config",
54+
"before": "ember-cli-deploy-redis"
5455
}
5556
}

0 commit comments

Comments
 (0)