Skip to content

Commit

Permalink
Run before broccoli-asset-rev so that our built files get rewritten a…
Browse files Browse the repository at this point in the history
…sset links

This depends on PRs to ember-cli-fastboot and broccoli-asset-rev. Without them you will see a dependency loop error.
  • Loading branch information
ef4 committed Nov 3, 2017
1 parent b69dad8 commit ddbeae1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
"configPath": "tests/dummy/config",
"after": [
"ember-cli-fastboot"
],
"before": [
"broccoli-asset-rev"
]
}
}

0 comments on commit ddbeae1

Please sign in to comment.