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) --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 91062ac..86929b7 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ inception.xhtml index.xhtml services.xhtml checkmark.png +node_modules -- cgit