[Framework] Begin adding registration phase

Begin implementation registration phase of framework
layer initialization process. This phase is responsible
for registering resolved extensions with Angular, in a
manner than individual extensions can later request
dependencies from. WTD-518.
This commit is contained in:
Victor Woeltjen
2014-11-03 13:29:59 -08:00
parent eba3e47182
commit 650969d9c5
5 changed files with 203 additions and 0 deletions

View File

@ -8,6 +8,7 @@ define({
BUNDLE_LISTING_FILE: "bundles.json",
BUNDLE_FILE: "bundle.json",
SEPARATOR: "/",
EXTENSION_SUFFIX: "[]",
DEFAULT_BUNDLE: {
"sources": "src",
"resources": "res",