Riot + Meteor would be super awesome. Riot components are put into “tag” files which should be compiled. There are many instructions on how to do this for Webpack, SystemJS, etc. but I’m not sure how to get it working with Meteor 1.3. Basically, “tag” files in the import directory should be first handed to riot to be compiled.
Example:
I might be able to manage the integration myself; any who can point the way to best do this, I’d appreciate it!
Thanks, yeah I saw that but the issue is that doesn’t seem to work with files place in the /imports/* directory, its /imports/ui/components/demo.tag wont work.