]> 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 b416d1bd80f0b84d3f42441cb6ff4b477d7a0e37..0640caa30b2ae958398fec15f0ddb61a3d185342 100644 (file)
   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