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/layout.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xsl/layout.xsl') diff --git a/xsl/layout.xsl b/xsl/layout.xsl index 65f5825..2b21d37 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -19,7 +19,7 @@ - +
-- cgit