Merge pull request #212 from nasa/open211

[RequireJS] Specify path for uuid
This commit is contained in:
Victor Woeltjen 2015-10-24 07:48:45 -07:00
commit 4ec243c6fb
3 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,9 @@
{
"configuration": {
"paths": {
"uuid": "uuid"
}
},
"extensions": {
"routes": [
{

View File

@ -25,7 +25,7 @@
* Module defining CreateService. Created by vwoeltje on 11/10/14.
*/
define(
["../../lib/uuid"],
["uuid"],
function (uuid) {
"use strict";

View File

@ -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