-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathbundleconfig.json
More file actions
100 lines (100 loc) · 4.08 KB
/
bundleconfig.json
File metadata and controls
100 lines (100 loc) · 4.08 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
[
{
"outputFileName": "js/source/slicePath/wheelnav.slicePath.js",
"inputFiles": [
"js/source/slicePath/wheelnav.slicePathStart.js",
"js/source/slicePath/wheelnav.slicePath.Pie.js",
"js/source/slicePath/wheelnav.slicePath.PieArrow.js",
"js/source/slicePath/wheelnav.slicePath.Donut.js",
"js/source/slicePath/wheelnav.slicePath.Cog.js",
"js/source/slicePath/wheelnav.slicePath.Star.js",
"js/source/slicePath/wheelnav.slicePath.Menu.js",
"js/source/slicePath/wheelnav.slicePath.Line.js",
"js/source/slicePath/wheelnav.slicePath.Eye.js",
"js/source/slicePath/wheelnav.slicePath.Wheel.js",
"js/source/slicePath/wheelnav.slicePath.OuterStroke.js",
"js/source/slicePath/wheelnav.slicePath.Tab.js",
"js/source/slicePath/wheelnav.slicePath.YinYang.js",
"js/source/slicePath/wheelnav.slicePath.Web.js",
"js/source/slicePath/wheelnav.slicePath.Winter.js",
"js/source/slicePath/wheelnav.slicePath.Tutorial.js",
"js/source/slicePath/wheelnav.slicePathEnd.js"
]
},
{
"outputFileName": "js/source/slicePath/wheelnav.slicePath.core.js",
"inputFiles": [
"js/source/slicePath/wheelnav.slicePathStart.js",
"js/source/slicePath/wheelnav.slicePathEnd.js"
]
},
{
"outputFileName": "js/source/spreader/wheelnav.spreader.js",
"inputFiles": [
"js/source/spreader/wheelnav.spreader.core.js",
"js/source/spreader/wheelnav.spreaderPathStart.js",
"js/source/spreader/wheelnav.spreaderPath.Pie.js",
"js/source/spreader/wheelnav.spreaderPath.Star.js",
"js/source/spreader/wheelnav.spreaderPath.AntiStar.js",
"js/source/spreader/wheelnav.spreaderPath.Flower.js",
"js/source/spreader/wheelnav.spreaderPath.Holder.js",
"js/source/spreader/wheelnav.spreaderPath.Line.js",
"js/source/spreader/wheelnav.spreaderPathEnd.js"
]
},
{
"outputFileName": "js/source/marker/wheelnav.marker.js",
"inputFiles": [
"js/source/marker/wheelnav.marker.core.js",
"js/source/marker/wheelnav.markerPathStart.js",
"js/source/marker/wheelnav.markerPath.Triangle.js",
"js/source/marker/wheelnav.markerPath.PieLine.js",
"js/source/marker/wheelnav.markerPath.Menu.js",
"js/source/marker/wheelnav.markerPath.Line.js",
"js/source/marker/wheelnav.markerPath.Drop.js",
"js/source/marker/wheelnav.markerPathEnd.js"
]
},
{
"outputFileName": "js/dist/wheelnav.js",
"inputFiles": [
"js/source/wheelnav.core.js",
"js/source/wheelnav.parse.js",
"js/source/wheelnav.navItem.js",
"js/source/wheelnav.style.js",
"js/source/wheelnav.pathHelper.js",
"js/source/slicePath/wheelnav.slicePath.js",
"js/source/wheelnav.sliceTransform.js",
"js/source/spreader/wheelnav.spreader.js",
"js/source/marker/wheelnav.marker.js",
"js/source/wheelnav.colorPalettes.js"
]
},
{
"outputFileName": "js/dist/core/wheelnav.js",
"inputFiles": [
"js/source/wheelnav.core.js",
"js/source/wheelnav.parse.js",
"js/source/wheelnav.navItem.js",
"js/source/wheelnav.style.js",
"js/source/wheelnav.pathHelper.js",
"js/source/slicePath/wheelnav.slicePath.core.js",
"js/source/wheelnav.sliceTransform.js",
"js/source/spreader/wheelnav.spreader.js",
"js/source/marker/wheelnav.marker.js",
"js/source/wheelnav.colorPalettes.js"
]
},
{
"outputFileName": "js/dist/raphael.min.js",
"inputFiles": [
"js/required/raphael.min.js"
]
},
{
"outputFileName": "js/dist/raphael.icons.min.js",
"inputFiles": [
"js/required/raphael.icons.min.js"
]
}
]