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

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2018-02-20 00:42:27 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-02-20 00:42:27 +0300
commit301376132e59609c0541ce94a671008588cbb806 (patch)
tree75d235e53b61f99f29b5d1a190b31e976b54c4eb /src/icons/svgo_config.json
parentfeee2d1fc0f83d603b94d5bb489cb97856e59f89 (diff)
Cleaning up and minifying SVG files
Diffstat (limited to 'src/icons/svgo_config.json')
-rw-r--r--src/icons/svgo_config.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/icons/svgo_config.json b/src/icons/svgo_config.json
new file mode 100644
index 000000000..6d13a7a3e
--- /dev/null
+++ b/src/icons/svgo_config.json
@@ -0,0 +1,7 @@
+{
+ "plugins": [
+ { "removeAttrs": { "attrs": "(glyph-name|unicode)" } },
+ { "removeScriptElement": true },
+ { "removeRasterImages": true }
+ ]
+}