thenativeweb / node-cqrs-domain

Node-cqrs-domain is a node.js module based on nodeEventStore that. It can be very useful as domain component if you work with (d)ddd, cqrs, eventdenormalizer, host, etc.
http://cqrs.js.org/pages/domain.html
MIT License
269 stars 57 forks source link

Allow .coffee script aggregates & sagas #12

Closed boekkooi closed 11 years ago

boekkooi commented 11 years ago

The current Aggregate and Saga loaders only allow .js this patch just strips the current file extensions. Meaning that for example .coffee files are also named correctly.