playing with external libs...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-08-26 06:14:49 +03:00
parent 51bd6284d4
commit d2b48a9648
2 changed files with 3 additions and 2 deletions

View File

@ -23,7 +23,8 @@
"fs-walk": "^0.0.1", "fs-walk": "^0.0.1",
"glob": "^4.0.6", "glob": "^4.0.6",
"guarantee-events": "^1.0.0", "guarantee-events": "^1.0.0",
"ig-features": "^1.0.4", "ig-features": "^2.0.0",
"ig-actions": "^1.0.0",
"ig-object": "^1.0.1", "ig-object": "^1.0.1",
"openseadragon": "^2.1.0", "openseadragon": "^2.1.0",
"requirejs": "^2.1.23", "requirejs": "^2.1.23",

View File

@ -28,7 +28,7 @@ var requirejs_cfg = {
// modules to lib/*, this way we'll need the map section below // modules to lib/*, this way we'll need the map section below
// only... (without automation this also sounds bad) // only... (without automation this also sounds bad)
'lib/object': './node_modules/ig-object/object', 'lib/object': './node_modules/ig-object/object',
'lib/actions': './node_modules/ig-features/actions', 'lib/actions': './node_modules/ig-actions/actions',
'lib/features': './node_modules/ig-features/features', 'lib/features': './node_modules/ig-features/features',
}, },
map: { map: {