build(broccoli): update broccoli.d.ts docs

This commit is contained in:
Igor Minar 2015-05-27 18:00:35 -07:00
parent 7b1e9286d8
commit c1157d62a8

View File

@ -17,7 +17,8 @@ interface BroccoliTree {
* For plugins that take only one input tree, it might be more convenient to use the `inputPath` * For plugins that take only one input tree, it might be more convenient to use the `inputPath`
*property instead. *property instead.
* *
* This property is set just before the first rebuild and doesn't change afterwards. * This property is set just before the first rebuild and doesn't change afterwards, unless
* plugins themselves change it.
* *
* If the inputPath is outside of broccoli's temp directory, then it's lifetime is not managed by * If the inputPath is outside of broccoli's temp directory, then it's lifetime is not managed by
*the builder. *the builder.
@ -31,7 +32,8 @@ interface BroccoliTree {
/** /**
* Contains the fs paths for the output trees. * Contains the fs paths for the output trees.
* *
* This property is set just before the first rebuild and doesn't change afterwards. * This property is set just before the first rebuild and doesn't change afterwards, unless the
* plugins themselves change it.
* *
* The underlying directory is also created by the builder just before the first rebuild. * The underlying directory is also created by the builder just before the first rebuild.
* This directory is destroyed and recreated upon each rebuild. * This directory is destroyed and recreated upon each rebuild.