Note I'll probably get to these enhancements at some point, I'm just listing them out in case anyone would like to contribute before I get the time.
The ability to register multiple applications is a feature in hapi-spa, which this plugin is sort of based on. It would be nice to add this as a feature for hapi-ember.
Requirements
The options object should take an Array or an Object.
When passed an Array with a length greater than 1 hapi-ember should register multiple route handlers for each directory.
Hapi should handle errors for attempting to register the same path twice, but maybe we should consider validating that we aren't attempting to do this?
Note I'll probably get to these enhancements at some point, I'm just listing them out in case anyone would like to contribute before I get the time.
The ability to register multiple applications is a feature in hapi-spa, which this plugin is sort of based on. It would be nice to add this as a feature for hapi-ember.
Requirements