-
Notifications
You must be signed in to change notification settings - Fork 44
/
conf.js
39 lines (32 loc) · 874 Bytes
/
conf.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
var require = {
// waitSeconds: 0,
// baseUrl: '.',
waitSeconds: 0,
paths: {
'jquery' : 'jquery-1.11.3.min',
'pako' : 'pako_inflate.min',
'lzo' : 'minilzo-decompress.min',
/*
'lzo' : 'lzo-wrapper',
'lzo1x' : 'lzo1x',
'lzo-wrapper' : 'lzo-wrapper',
//*/
'bluebird' : 'bluebird.min',
'selectize' : 'selectize.min',
'speex' : 'speex.min',
'pcmdata' : 'pcmdata.min',
'bitstring' : 'bitstring.min',
'murmurhash3' : 'murmurhash3.min',
'ripemd128' : 'ripemd128.min',
'mdict-commo' : 'mdict-common',
'mdict-parser' : 'mdict-parser',
'mdict-renderer': 'mdict-renderer',
},
map: {
'*': {}
},
shim: {
'selectize' : {deps: ['jquery']},
// 'lzo-wrapper' : {deps: ['lzo1x']},
}
};