From e3a694548a892cd40afc7588c8a01d1fe33b024c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 31 Aug 2016 15:02:09 +0300 Subject: [PATCH] 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 --- ui (gen4)/ui.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui (gen4)/ui.js b/ui (gen4)/ui.js index 7898abc5..80852e8d 100755 --- a/ui (gen4)/ui.js +++ b/ui (gen4)/ui.js @@ -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', }, }, }