diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-03 21:38:03 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-03 21:38:03 +0200 |
commit | 74f353bea50895bee0f95cb8771ca43119e7436b (patch) | |
tree | fc91579e7dbfa22d5b12b518aca44b6ec7113dc5 /.gitignore | |
parent | 649247898e9d8e450b49f74f129222bb4fe42af2 (diff) | |
download | mutti-web-74f353bea50895bee0f95cb8771ca43119e7436b.tar.gz mutti-web-74f353bea50895bee0f95cb8771ca43119e7436b.tar.bz2 mutti-web-74f353bea50895bee0f95cb8771ca43119e7436b.zip |
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)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,3 +8,4 @@ inception.xhtml index.xhtml services.xhtml checkmark.png +node_modules |