From bc89e54d173be129d615323171fba409ba31cf09 Mon Sep 17 00:00:00 2001 From: Emily Stark Date: Tue, 23 Sep 2014 13:52:28 -0700 Subject: [PATCH] Add clarifying sentence to Assets section of docs. Fixes #2594. --- docs/client/api.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/client/api.html b/docs/client/api.html index 88b91d8f79..29e6346776 100644 --- a/docs/client/api.html +++ b/docs/client/api.html @@ -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"}}