]> jfr.im git - irc/freenode/web-7.0.git/blame - config/build.yml
Add 2020-11-28-chanserv-cloak-changes.md (#476)
[irc/freenode/web-7.0.git] / config / build.yml
CommitLineData
eac0b281
EK
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'
4f20ba10 9- command: [cat]
10 source: static/img
11 output: out/static/img
12 recursive: True
13 pattern: '*.jpg'
93b35dff
C
14- command: [cat]
15 source: static/files
16 output: out/static/files
eac0b281
EK
17- command: [svgo, -p, '7', -i, -, -o, -]
18 source: static/img
19 output: out/static/img
20 recursive: True
21 pattern: '*.svg'
9ca3724c 22- command: [postcss]
eac0b281
EK
23 source: static/css
24 output: out/static/css
96af768f
SB
25- command: [uglifyjs, -c, -m]
26 source: static/js
27 output: out/static/js