1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

add removeTitle and removeDesc in the gruntfile

I am removing `title` and `desc` from the compiled svg because we use svg inline so we have the chance to use the title attribute then.
This commit is contained in:
Stephen Bégay
2015-03-27 16:01:56 -04:00
parent 0b7d23b73f
commit 79c1e27a4c

View File

@@ -135,7 +135,9 @@ module.exports = function(grunt) {
{ convertShapeToPath: false },
{ cleanupNumericValues: false },
{ convertTransform: false },
{ removeUselessStrokeAndFill: false }
{ removeUselessStrokeAndFill: false },
{ removeTitle: true },
{ removeDesc: true }
]
},
dist: {