forked from fontello/fontello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bundle.yml
52 lines (41 loc) · 883 Bytes
/
bundle.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
bundles:
fontello:
- fontello
lib:
- lib
packages:
fontello:
depends:
- lib
client:
main: assets/main_fontello.js
include: client/**.js
exclude: /(^|\/)_.*/
views:
include: client/**.jade
exclude: /(^|\/)_.*/
i18n_client:
include: client/**i18n/*.yml
styles:
main: assets/main_fontello.styl
include: client/**.styl
server:
include: server/**.js
exclude: /(^|\/)_.*/
i18n_server:
include: server/**i18n/*.yml
bin:
root: assets
include:
- loader.js.ejs
- vendor/json2/json2.js
- vendor/es5-shim/es5-shim.js
- icons/src/font/*
- embedded_fonts/*
lib:
vendor:
- knockout
- kernel: ./lib/system/client/kernel.js
- fs: ./lib/system/dummy.js
client:
main: assets/main_lib.js