Add clarifying sentence to Assets section of docs.

Fixes #2594.
This commit is contained in:
Emily Stark
2014-09-23 13:52:28 -07:00
parent b1e6a2a0ae
commit bc89e54d17

View File

@@ -3474,7 +3474,8 @@ by spammers.)
{{#markdown}}
`Assets` allows server code in a Meteor application to access static server
assets, which are located in the `private` subdirectory of an application's
tree.
tree. Assets are not processed as source files and are copied directly
into your application's bundle.
{{> autoApiBox "Assets.getText"}}
{{> autoApiBox "Assets.getBinary"}}