From 74f353bea50895bee0f95cb8771ca43119e7436b Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sun, 3 Jul 2016 21:38:03 +0200 Subject: Postcss (for css3 variables) and minify our stylesshet We do need a css3 variable transformation for internet explorer. We do check in the minifed sourcecode into git. We don't want to have to install node_modules on our deployment server. Note that the *.xml files opened directly in the browser will not use the minified, but the original stylesheet (thus there's no need for a watcher script while development) --- xsl/common.xsl | 1 + xsl/layout.xsl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'xsl') diff --git a/xsl/common.xsl b/xsl/common.xsl index b0fa8b1..f9387dc 100644 --- a/xsl/common.xsl +++ b/xsl/common.xsl @@ -15,6 +15,7 @@ + - +
-- cgit