mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 14:07:50 +00:00
[Framework] Add bundle definition
Add an (empty) bundle definition for the framework component. This has the practical effect of avoiding 404 errors in the console log, since platform/framework is included in bundles.json (the set of active bundles) in order to ensure detection by the test framework. This also provides a place for possible future extensions provided by the framework itself. WTD-572.
This commit is contained in:
parent
08ff75c9c0
commit
05f4832608
5
platform/framework/bundle.json
Normal file
5
platform/framework/bundle.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "Open MCT Web Framework Component",
|
||||
"description": "Framework layer for Open MCT Web; interprets bundle definitions and serves as an intermediary between Require and Angular.",
|
||||
"extensions": {}
|
||||
}
|
Loading…
Reference in New Issue
Block a user