Skip to content

Commit

Permalink
Update documentation for stub directive
Browse files Browse the repository at this point in the history
According to sstephenson#202 , the `stub` directive also blacklists dependencies of the stubbed asset. This should be properly documented, since this behavior is not intuitive.
  • Loading branch information
radicaled committed Sep 4, 2015
1 parent 7b91316 commit 766a98f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ The *path* must be a valid asset and may or may not already be part
of the bundle. `stub` should only be used at the top level bundle, not
within any subdependencies.

Any asset dependencies of the stubbed asset are blacklisted as well.

## Processor Interface

Expand Down

0 comments on commit 766a98f

Please sign in to comment.