summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorFelix Favre <gnomus@gnomus.de>2014-12-12 22:34:13 +0100
committerFelix Favre <gnomus@gnomus.de>2014-12-12 22:34:13 +0100
commite1014bba202c2684413f7a4b5b0c3bdc8804ca47 (patch)
tree3f0e10ec3550c5dd2d7f9ccaeb0008968509595b /themes
parent0df3f1309ceaf7bd246df764f69d5fc1b03ada89 (diff)
add sh script to build themes
Diffstat (limited to 'themes')
-rwxr-xr-xthemes/build-themes.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/build-themes.sh b/themes/build-themes.sh
new file mode 100755
index 00000000..5260ecb4
--- /dev/null
+++ b/themes/build-themes.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+lessc theme0.less ../public/css/theme0.css
+lessc theme1.less ../public/css/theme1.css
+lessc theme2.less ../public/css/theme2.css