Skip to content

Instantly share code, notes, and snippets.

@kschingiz
Last active July 10, 2019 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kschingiz/d8d01e008c501e9709a07f390fa4a103 to your computer and use it in GitHub Desktop.
Save kschingiz/d8d01e008c501e9709a07f390fa4a103 to your computer and use it in GitHub Desktop.
Package.onUse(api => {
api.addAssets([
"assets/config.json",
"assets/css.css",
"assets/font",
etc..
], ['client', 'server']);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment