mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 14:18:16 +00:00
[Build] Update dependency references
...to reflect movement of third-party libraries to bower_components.
This commit is contained in:
@ -21,14 +21,6 @@
|
||||
*****************************************************************************/
|
||||
/*global define, window, requirejs*/
|
||||
|
||||
requirejs.config({
|
||||
shim: {
|
||||
'platform/framework/lib/angular-route.min': {
|
||||
deps: [ 'angular' ]
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
/**
|
||||
* Implements the framework layer, which handles the loading of bundles
|
||||
* and the wiring-together of the extensions they expose.
|
||||
@ -37,10 +29,10 @@ requirejs.config({
|
||||
define(
|
||||
[
|
||||
'require',
|
||||
'../lib/es6-promise-2.0.0.min',
|
||||
'es6-promise',
|
||||
'./FrameworkLayer',
|
||||
'angular',
|
||||
'../lib/angular-route.min'
|
||||
'angular-route'
|
||||
],
|
||||
function (
|
||||
require,
|
||||
|
Reference in New Issue
Block a user