mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 05:38:12 +00:00
[Build] Add additional run-time dependencies
This commit is contained in:
5
main.js
5
main.js
@ -26,9 +26,12 @@ requirejs.config({
|
||||
"legacyRegistry": "src/legacyRegistry",
|
||||
"angular": "bower_components/angular/angular.min",
|
||||
"angular-route": "bower_components/angular-route/angular-route.min",
|
||||
"es6-promise": "bower_components/es6-promise/promise.min",
|
||||
"moment": "bower_components/moment/moment",
|
||||
"moment-duration-format": "bower_components/moment-duration-format/lib/moment-duration-format",
|
||||
"text": "bower_components/text/text.js"
|
||||
"screenfull": "bower_components/screenfull/dist/screenfull.min",
|
||||
"text": "bower_components/text/text.js",
|
||||
"uuid": "bower_components/node-uuid/uuid"
|
||||
},
|
||||
"shim": {
|
||||
"angular": {
|
||||
|
Reference in New Issue
Block a user