]> jfr.im git - irc/freenode/web-7.0.git/blob - config/build.yml
Merge branch 'master' into config-reorg
[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: [svgo, -p, '7', -i, -, -o, -]
10 source: static/img
11 output: out/static/img
12 recursive: True
13 pattern: '*.svg'
14 - command: [myth, --compress, --]
15 source: static/css
16 output: out/static/css