Marco Wettstein

Results 325 comments of Marco Wettstein

hi @smooJitter sorry for the late answer, what exactly do you want to customize? I already customized the modules-directory so that you can use meteor 1.5. lazy loading. I now...

@vladejs mantra cli 0.5.1. configure `modulesPath: imports/modules` I now updated RELEASE_NOTE.md, sorry for that.

@vladejs ok, can you open an issue? should also not be too hard to fix. PR welcome

@smooJitter Supporting redux and graphql is partly supported with mantra-cli, at least you can define templates for your containers that have the basic boiler-plate (add connect and graphql hocs). @remolueoend,...

hmm... - [ ] config `createRoutesOnModules: true/false` - [ ] do not create route file when createRoutesOnModules is false (if its not core module, i think we should always create...

@vladejs I think it would be better to remove the functionality of mantra-cli to create new projects altogether and focus more on generating new entities.

@vladejs The issue that you are describing is only valid when creating new projects.. mantra-cli can be used to create new (meteor) projects, but its hard to maintain that functionality....

@Cyval see https://github.com/meteor/meteor/issues/7806

I think it woud be best if we have a config that can be used while creating new apps. This config could be share amongst your co-workers. The config could...

Problem is with meteor 1.3.3. Absolute path no longer seem to work. Changing the import in client/configs/context.js from `import * as Collections from '/lib/collections';` to `import * as Collections from...