So as I continue to build out my Meteor application I spend more and more of my time reading the official documentation … which in my opinion has been a great resource. We are very lucky to have such nice documentation But I dont see the usefulness of the Assets library. Can somebody fill me in as to why this is something that is useful? what are people using this library for?
1 Like
It allows you to bundle data with your application that can only be read on the server. I use it to bootstrap data into mongo, for example.
Ohh ok, thats a good use for it