Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 949 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 949 Bytes

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

Installation

The standard ember install/server process should "just work" here, even though files are in "src/":

  • npm install && bower install
  • ember serve

Diff

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.