forked from kaelzhang/neuron.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.json
More file actions
43 lines (35 loc) · 934 Bytes
/
build.json
File metadata and controls
43 lines (35 loc) · 934 Bytes
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
{
"name":"neuron",
"concat":[{
"folder": "neuron",
"output": "neuron.js",
"relativepath": true,
"maintainorder": true,
"path":[
"seed.js",
"lang/native.js",
"lang/enhance.js",
"lang/web.js",
"oop/class.js",
"oop/attrs.js",
"oop/events.js",
"slick/finder.js",
"slick/parser.js",
"slick/adapter.js",
"ua/ua.js",
"dom/core.js",
"dom/feature.js",
"dom/event.js",
"dom/css.js",
"dom/traverse.js",
"dom/manipulate.js",
"dom/create.js",
"dom/domready.js",
"loader/assets.js",
"loader/mod.js",
"mod-manager/core.js",
"biz/biz.js",
"cleaner.js"
]
}]
}