I have this template:
Sample
Inside a Meteor app I can add this t
Include in file packages.js of package
packages.js
before
api.use('meteor-platform'); api.use('ui');`
after first ".html" files, after ".js" files
api.addFiles('filename.html','client'); api.addFiles('filename.js','client');`