]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - config/build.yml
move standard to run only on travis as it shouldn't output to any file
[irc/freenode/web-7.0.git] / config / build.yml
index 6c4f830cdb164bbef0353d673cb51c76a14adf5d..0640caa30b2ae958398fec15f0ddb61a3d185342 100644 (file)
@@ -6,11 +6,22 @@
   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
+- command: [uglifyjs, -c, -m]
+  source: static/js
+  output: out/static/js