rocketchat-theme
or rocketchat-ui
packages directly, but if you're keeping in sync with active development it would be easier to avoid conflicts by creating your own theme package.package.js
file containing the description, e.g:rocketchat-theme
package has methods for including Less asset files in the build. Less files (and the a server.coffee or .js file to load them) must first be included in the package.js
manifest (within the Package.onUse
function), e.g.:server.coffee
...'aldeed:template-extension'
package (include it in your main package file). In your package manifest, declare use of the template-extension
package, then add your template files to Meteor api.addFiles([myfiles], 'client')
.package.js
views/notAuthorized.html
client.coffee