[RequireJS] Specify path for uuid
Specify path for uuid, making it available for any code that would require it, without that code needing to know the path to it. Fixes https://github.com/nasa/openmctweb/issues/211.
This commit is contained in:
@@ -44,7 +44,8 @@ require.config({
|
||||
|
||||
paths: {
|
||||
'es6-promise': 'platform/framework/lib/es6-promise-2.0.0.min',
|
||||
'moment-duration-format': 'warp/clock/lib/moment-duration-format'
|
||||
'moment-duration-format': 'warp/clock/lib/moment-duration-format',
|
||||
'uuid': 'platform/commonUI/browse/lib/uuid'
|
||||
},
|
||||
|
||||
// dynamically load all test files
|
||||
|
||||
Reference in New Issue
Block a user