-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathjake.yml
55 lines (54 loc) · 1.01 KB
/
jake.yml
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
---
source_directory: source
build_directory: build
packer:
shrink_vars: true
private: true
packages:
bluff:
files:
- base
- area
- bar_conversion
- bar
- line
- dot
- net
- pie
- side_bar
- spider
- stacked_mixin
- stacked_area
- stacked_bar
- accumulator_bar
- side_stacked_bar
- mini/legend
- mini/bar
- mini/pie
- mini/side_bar
- renderer
- event
- tooltip
- table_reader
meta:
requires:
- JS.Class
- JS.Module
provides:
- Bluff
- Bluff.AccumulatorBar
- Bluff.Area
- Bluff.Bar
- Bluff.Base
- Bluff.Dot
- Bluff.Line
- Bluff.Mini.Bar
- Bluff.Mini.Pie
- Bluff.Mini.SideBar
- Bluff.Net
- Bluff.Pie
- Bluff.SideBar
- Bluff.SideStackedBar
- Bluff.Spider
- Bluff.StackedArea
- Bluff.StackedBar