Static server assets must be placed in the private directory.
Text files
Text files can be accessed by using the Assets.getText(assetPath, [asyncCallback]) method. For example, the following JSON file is named my_text_asset.json and is located in the private directory:
{
"title": &...