From 66b32986dbfab978f96e16e7b57830b440d15963 Mon Sep 17 00:00:00 2001
From: Daniel Haag <daniel.haag@uibk.ac.at>
Date: Wed, 15 Jan 2020 12:15:36 +0100
Subject: [PATCH] openolat#164: clean also all the uibk themes before
 recompiling in case of a conflict

---
 src/main/webapp/static/themes/clean_and_rebuild.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/webapp/static/themes/clean_and_rebuild.sh b/src/main/webapp/static/themes/clean_and_rebuild.sh
index fa711e25536..fa12c59eb6a 100755
--- a/src/main/webapp/static/themes/clean_and_rebuild.sh
+++ b/src/main/webapp/static/themes/clean_and_rebuild.sh
@@ -1,4 +1,4 @@
 #!/bin/bash
 
-rm {light,openolat}/*.{css,css.map}
+rm {light,openolat}/*.{css,css.map} uibk*/*.{css,css.map}
 for x in light openolat uibk*; do ./compiletheme.sh $x; done
-- 
GitLab