Hi to everyone.
I’m trying to make and Aurelia package for Meteor, and so far I managed to make Meteor load Aurelia framework dependencies, but it stops at bootstrapping faze.
It was brought to my attention that Meteor removes filenames when it goes through bundling process.
In case of Aurelia it’s a problem, since Aurelia uses same named view/view-model pairs eg example.html and example.js (in order to make our lives easier ), in which effect, I assume, Aurelia can’t find what it needs to start running the app.
Can Meteor be configured so that somehow the filenames in the bundling faze be preserved, or any other solution that will acchieve the integratation?