mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
playing with external libs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
51bd6284d4
commit
d2b48a9648
@ -23,7 +23,8 @@
|
||||
"fs-walk": "^0.0.1",
|
||||
"glob": "^4.0.6",
|
||||
"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",
|
||||
"openseadragon": "^2.1.0",
|
||||
"requirejs": "^2.1.23",
|
||||
|
||||
@ -28,7 +28,7 @@ var requirejs_cfg = {
|
||||
// modules to lib/*, this way we'll need the map section below
|
||||
// only... (without automation this also sounds bad)
|
||||
'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',
|
||||
},
|
||||
map: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user