summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-03 21:38:03 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-03 21:38:03 +0200
commit74f353bea50895bee0f95cb8771ca43119e7436b (patch)
treefc91579e7dbfa22d5b12b518aca44b6ec7113dc5 /package.json
parent649247898e9d8e450b49f74f129222bb4fe42af2 (diff)
downloadmutti-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 'package.json')
-rw-r--r--package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..c4bc739
--- /dev/null
+++ b/package.json
@@ -0,0 +1,10 @@
+{
+ "name": "angelika-franzke-de",
+ "version": "1.0.0",
+ "private": true,
+ "devDependencies": {
+ "clean-css": "^3.4.18",
+ "postcss-cli": "^2.5.2",
+ "postcss-css-variables": "^0.5.1"
+ }
+}