From e4bdc0d827ed13c56966d5abfd4b0b65b1497aaa Mon Sep 17 00:00:00 2001
From: Andreas Michael Parschalk <andreas.parschalk@uibk.ac.at>
Date: Wed, 15 May 2019 14:54:22 +0200
Subject: [PATCH] theme compilation: added needed version of blessc for theme
 compilation

---
 src/main/webapp/static/themes/themes.README | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/main/webapp/static/themes/themes.README b/src/main/webapp/static/themes/themes.README
index 296f11aea62..c3dc7547c7f 100644
--- a/src/main/webapp/static/themes/themes.README
+++ b/src/main/webapp/static/themes/themes.README
@@ -109,6 +109,9 @@ cd openolat/src/main/webapp/static/themes/
 ./compiletheme.sh mytheme
 
 If you don't have SASS installed, see "Installing SASS below"
+For IE compatibility you need node-module bless in specific version 3.0.3:
+install with: 
+# npm install bless@3.0.3 -g
 
 Testing a custom theme
 ======================
-- 
GitLab