summaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)AuthorFilesLines
2016-07-04Include Roboto downloaded from GoogleBenjamin Franzke1-1/+2
2016-07-03Postcss (for css3 variables) and minify our stylesshetBenjamin Franzke1-0/+10
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)