Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jbub/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbub <contact@jbub.eu>2017-01-07 00:15:41 +0300
committerjbub <contact@jbub.eu>2017-01-07 00:15:41 +0300
commita72c645b8a61955dddf7c93efa755132799e747f (patch)
tree94c57502a54ab85e7a7fe71e85199b8823a2ac0a /package.json
parent3d1973bca2a7f6029f789d3361e2dc72fb596fb9 (diff)
Use less aggresive compression of css to prevent merge conflicts.
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index b9ca603..e6c2f79 100644
--- a/package.json
+++ b/package.json
@@ -14,8 +14,12 @@
"extract-text-webpack-plugin": "^1.0.1",
"node-sass": "^4.1.1",
"normalize.css": "^5.0.0",
+ "optimize-css-assets-webpack-plugin": "^1.3.0",
+ "perfectionist": "^2.3.1",
+ "postcss-discard-comments": "^2.0.4",
+ "postcss-loader": "^1.2.1",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"webpack": "^1.14.0"
}
-} \ No newline at end of file
+}