mirror of
https://github.com/nasa/openmct.git
synced 2025-06-13 04:38:15 +00:00
[Framework] Continue implementing fundamentals
Continue implementing classes which represent fundamental concepts within the framework layer. WTD-518. In particular, add methods which will be useful during the extension resolution phase of framework start up.
This commit is contained in:
@ -6,5 +6,12 @@
|
||||
define({
|
||||
MODULE_NAME: "OpenMCTWeb",
|
||||
BUNDLE_LISTING_FILE: "bundles.json",
|
||||
BUNDLE_FILE: "bundle.json"
|
||||
BUNDLE_FILE: "bundle.json",
|
||||
SEPARATOR: "/",
|
||||
DEFAULT_BUNDLE: {
|
||||
"sources": "src",
|
||||
"resources": "res",
|
||||
"test": "test",
|
||||
"extensions": {}
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user