Skip to content

Commit

Permalink
run after broccoli-asset-rev
Browse files Browse the repository at this point in the history
Closes #2.

This depends on broccoli-asset-rev >= 2.7.0 and ember-cli-fastboot PR 546
  • Loading branch information
ef4 committed Mar 29, 2018
1 parent 00080f9 commit 9063aff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prember",
"version": "0.3.0",
"version": "0.4.0-alpha.0",
"description": "Prerender Ember apps using Fastboot at build time.",
"keywords": [
"ember-addon",
Expand Down Expand Up @@ -70,6 +70,9 @@
"configPath": "tests/dummy/config",
"after": [
"ember-cli-fastboot"
],
"before": [
"broccoli-asset-rev"
]
}
}

0 comments on commit 9063aff

Please sign in to comment.