mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
seem to have fixed the cli...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b381f0ce7f
commit
baabae3164
@ -16,13 +16,23 @@ requirejs.config({
|
|||||||
// XXX this does not work on direct filesystem access...
|
// XXX this does not work on direct filesystem access...
|
||||||
//urlArgs: 'bust='+Date.now(),
|
//urlArgs: 'bust='+Date.now(),
|
||||||
|
|
||||||
/*
|
|
||||||
paths: {
|
paths: {
|
||||||
'lib/object': 'node_modules/ig-object',
|
'lib/object': 'node_modules/ig-object/object',
|
||||||
'ig-object': 'node_modules/ig-object',
|
'lib/actions': 'node_modules/ig-actions/actions',
|
||||||
'object': 'node_modules/ig-object',
|
'lib/features': 'node_modules/ig-features/features',
|
||||||
},
|
},
|
||||||
//*/
|
map: {
|
||||||
|
'*': {
|
||||||
|
// back-refs
|
||||||
|
// ...these enable the npm modules reference each other in
|
||||||
|
// a cross-platform manner....
|
||||||
|
'ig-object': 'lib/object',
|
||||||
|
'ig-actions': 'lib/actions',
|
||||||
|
'ig-features': 'lib/features',
|
||||||
|
|
||||||
|
//'ig-keyboard': 'lib/keyboard',
|
||||||
|
},
|
||||||
|
},
|
||||||
})
|
})
|
||||||
var _require = require
|
var _require = require
|
||||||
require = requirejs
|
require = requirejs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user