mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-17 00:21:40 +00:00
added fallback paths...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
0105d22575
commit
98bcdce33d
15
ui.js
15
ui.js
@ -9,9 +9,18 @@ var requirejs_cfg = {
|
||||
// XXX one approach to avoid at least this section is to copy the
|
||||
// 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-actions/actions',
|
||||
'lib/features': './node_modules/ig-features/features',
|
||||
'lib/object': [
|
||||
'./node_modules/ig-object/object',
|
||||
'./lib/object',
|
||||
],
|
||||
'lib/actions': [
|
||||
'./node_modules/ig-actions/actions',
|
||||
'./lib/actions',
|
||||
],
|
||||
'lib/features': [
|
||||
'./node_modules/ig-features/features',
|
||||
'./lib/features',
|
||||
],
|
||||
|
||||
//'lib/keyboard': './node_modules/ig-keyboard/keyboard',
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user