https://github.com/chadhietala/ember-object-graph-resolver
Build time resolution of object dependencies. Very alpha.
https://github.com/chadhietala/ember-object-graph-resolver
Last synced: 2 months ago
JSON representation
Build time resolution of object dependencies. Very alpha.
- Host: GitHub
- URL: https://github.com/chadhietala/ember-object-graph-resolver
- Owner: chadhietala
- Created: 2014-04-22T04:46:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-22T15:02:46.000Z (about 11 years ago)
- Last Synced: 2025-02-10T08:23:22.072Z (4 months ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Ember Object Graph Resolver
The purpose of this project is to build a dependency graph for objects in Ember applications. Because Ember uses a container to invert control, it would be ideal to map those dependencies to files at build time so that we can async load "pods" or "bundles" of files a given route.#Why Not RequireJS
The hopes for this project is to just surface the object dependency graph and map it back on to the file system. That being said you could use the output of this tool to use with requirejs. No promises though.