This is an app blueprint that is a proof-of-concept of using a "module unification RFC"-compliant file setup on disk.
It uses a fork of the ember-resolver called "dangerously-set-unified-resolver" that implements some of the module unification RFC (this fork is a work-in-progress).
For more information, see
- the module unification RFC
- This ember-cli epic issue tracking work
The standard ember install/server process should "just work" here, even though files are in "src/":
npm install && bower install
ember serve
Here is a diff that shows the changes made to this branch relative to a typical app blueprint that doesn't use the forked resolver.