How to import Assets in Meteor 1.3?

Hi everybody!

I didn’t find any information about this in the documentation.

3 Likes

I ran into the same issue and took a look at the source. It looks like (for now anyways) the only way is by referencing it globally (no import/require statement - just call Assets.getText). Even more interesting is that the Assets API is actually implemented twice in the Meteor source - definitely confused me - and others I guess as well …

3 Likes