MeteorCommunity/discussions

Mechanism to obtain URL of an asset

mitar opened this issue · 1 comments

Because sometimes you want to load it manually.

Same on the server side, some path to the file.

raix commented

So something like:

  Meteor.assetUrl();
  // For a package
  Meteor.assetUrl('foo:bar');