]> jfr.im git - irc/freenode/web-7.0.git/blob - config/build.yml
4a5a957f1c4c4a3a8219991470084f466eb7cb12
[irc/freenode/web-7.0.git] / config / build.yml
1 - command: [cat]
2 source: static/fonts
3 output: out/static/fonts
4 - command: [cat]
5 source: static/img
6 output: out/static/img
7 recursive: True
8 pattern: '*.png'
9 - command: [cat]
10 source: static/img
11 output: out/static/img
12 recursive: True
13 pattern: '*.jpg'
14 - command: [cat]
15 source: static/files
16 output: out/static/files
17 - command: [svgo, -p, '7', -i, -, -o, -]
18 source: static/img
19 output: out/static/img
20 recursive: True
21 pattern: '*.svg'
22 - command: [postcss, -c, postcss.json]
23 source: static/css
24 output: out/static/css
25 - command: [standard]
26 - command: [uglifyjs, -c, -m]
27 source: static/js
28 output: out/static/js