Skip to content

Commit

Permalink
document what types postprocessTree will get called with
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Jun 9, 2015
1 parent b691730 commit a145538
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ADDON_HOOKS.md
Expand Up @@ -300,6 +300,15 @@ setupPreprocessorRegistry: function(type, registry) {
- post processing type (eg all)
- receives tree after build


available types:

* js
* template
* all
* css
* test

**Source:** [lib/broccoli/ember-app.js:313](https://github.com/ember-cli/ember-cli/blob/v0.1.15/lib/broccoli/ember-app.js#L313)

**Default implementation:** None
Expand Down

0 comments on commit a145538

Please sign in to comment.