[Framework] Add RequireJS configurator

Add a configuration step (as part of the resolve phase)
to the framework layer, where bundle-defined paths and shims
are passed to RequireJS configuration. This permits both
the use of non-AMD modules and the exposure of libraries
across bundles. WTD-568.
This commit is contained in:
Victor Woeltjen
2015-01-02 17:46:50 -08:00
parent d281bd52de
commit 96aaea5e58
8 changed files with 191 additions and 9 deletions

View File

@ -12,7 +12,9 @@ define({
DEFAULT_BUNDLE: {
"sources": "src",
"resources": "res",
"test": "test",
"libraries": "lib",
"tests": "test",
"configuration": {},
"extensions": {}
}
});