]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - Makefile
Update the CSS, make it easier to generate them.
[xonotic/xonstat.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..de1da61
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+css:
+       cd xonstat/static/css && cat foundation.css font-awesome.css app.css luma.css > combined.css
+       yuicompressor --type css -o xonstat/static/css/xonstat.css xonstat/static/css/combined.css
+       rm xonstat/static/css/combined.css