-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtaskJs.json
65 lines (65 loc) · 1.73 KB
/
taskJs.json
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"lib":{
"jQuery" : {
"static/js/test/jquery.js" : [ "src/jQuery.js" ]
},
"MKPtool":{
"description" : {
"base" : [ "dld_ysh","dld_bug" ] ,
"required" : [ "#jQuery#" ]
} ,
"static/js/MKPtool/_MKP.js":["src/intro.js","src/MKP_base.js","src/MKP.selection.js","src/MKP.pager.js","src/outro.js"]
},
"TestLib":{
"description" : {
"base" : [ "node" ] ,
"required" : [ "#jQuery#" ]
} ,
"/_MKP.js":["src/intro.js","src/MKP_base.js","src/MKP.pager.js","src/outro.js"]
},
"mDLD" : {
"description" : {
"base" : [ "dld_ysh","dld_bug" , "supermarket" ]
} ,
"static/js/test/mDLD.js" : ["mDLD.js"]
}
},
"dld" : {
"testIndex" : {
"description" : {
"base" : [ "node" ] ,
"required" : [ "#jQuery#" ]
} ,
"/_MKP.js":["src/intro.js","src/MKP_base.js","src/MKP.pager.js","src/outro.js"]
},
"Index" : {
"description" : {
"required" : ["#lib.mDLD#","#lib.MKPtool#" , "#lib.jQuery#"],
"base" :["dld_ysh" , "dld_bug"]
},
"static/js/test/Index.js":"#origin#"
},
"meishi":{
"description" : {
"required" : ["#lib.mDLD#","#lib.MKPtool#" , "#lib.jQuery#"],
"base" :["dld_ysh" , "dld_bug"]
},
"static/js/test/Index.js":["#mDLD#","sea.js","jQuery.js","library.js","dialog.js","goble.js"]
},
"ysh_index_index" : {
"description":{
"required" : ["#lib.mDLD#","#lib.MKPtool#" , "#lib.jQuery#"],
"base" :["dld_ysh" , "dld_bug"]
},
"static/js/ysh/Index.js" : "#origin#"
}
},
"supermarket" : {
"Index" : {
"description" :{
"required" : ["#lib.mDLD#","#lib.MKPtool#" , "#lib.jQuery#"]
},
"static/js/index.js" : ["src/index.js"]
}
}
}