]> jfr.im git - irc/freenode/web-7.0.git/blob - config/build.yml
Add .exrc
[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: [svgo, -p, '7', -i, -, -o, -]
15 source: static/img
16 output: out/static/img
17 recursive: True
18 pattern: '*.svg'
19 - command: [myth, --compress, --]
20 source: static/css
21 output: out/static/css