]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - config.yml
Merge pull request #41 from freenode/design-spacing
[irc/freenode/web-7.0.git] / config.yml
index cc861622e2ccbc82f66d406e2ed5b02c65e60270..99167d97e9811041d92a0aa64019788b6657a14f 100644 (file)
@@ -11,3 +11,24 @@ modules:
     id: 'news'
     source: news
     root: news
+  - name: 'pages'
+    id: 'pages'
+    source: pages
+    root: pages
+resources:
+  - command: [cat]
+    source: static/fonts
+    output: out/static/fonts
+  - command: [cat]
+    source: static/img
+    output: out/static/img
+    recursive: True
+    pattern: '*.png'
+  - command: [svgo, -p, '7', -i, -, -o, -]
+    source: static/img
+    output: out/static/img
+    recursive: True
+    pattern: '*.svg'
+  - command: [myth, --compress, --]
+    source: static/css
+    output: out/static/css