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:
Alex A. Naanou 2016-08-31 15:02:09 +03:00
parent d2b48a9648
commit e3a694548a

View File

@ -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',
},
},
}