mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
added browser dependencies to the repo, enabling this to work out of the box... (not sure yet if this is the right way to do this)
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d2b48a9648
commit
e3a694548a
@ -30,6 +30,8 @@ var requirejs_cfg = {
|
||||
'lib/object': './node_modules/ig-object/object',
|
||||
'lib/actions': './node_modules/ig-actions/actions',
|
||||
'lib/features': './node_modules/ig-features/features',
|
||||
|
||||
//'lib/keyboard': './node_modules/ig-keyboard/keyboard',
|
||||
},
|
||||
map: {
|
||||
'*': {
|
||||
@ -39,6 +41,8 @@ var requirejs_cfg = {
|
||||
'ig-object': 'lib/object',
|
||||
'ig-actions': 'lib/actions',
|
||||
'ig-features': 'lib/features',
|
||||
|
||||
//'ig-keyboard': 'lib/keyboard',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user