X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/2406c60cab5043ed4b86625f97a465141af02739..45d71cbd303051c5d34ea94ca0c52c8c10791c2c:/config/build.yml diff --git a/config/build.yml b/config/build.yml index 6c4f830cd..7142fa376 100644 --- a/config/build.yml +++ b/config/build.yml @@ -6,11 +6,19 @@ output: out/static/img recursive: True pattern: '*.png' +- command: [cat] + source: static/img + output: out/static/img + recursive: True + pattern: '*.jpg' +- command: [cat] + source: static/files + output: out/static/files - command: [svgo, -p, '7', -i, -, -o, -] source: static/img output: out/static/img recursive: True pattern: '*.svg' -- command: [myth, --compress, --] +- command: [postcss, -c, postcss.json] source: static/css output: out/static/css