I wish to read text from a file in my Meteor app.
I am using Nitrous.io
The app is called 'myApp' and I am using the following code:
var data = Assets.getText('myApp/lib/test.txt');
I get the following error:
Error: Unknown asset: /myApp/lib/test.txt
What is the correct path to my test.txt file in this context?