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:
@@ -135,7 +135,9 @@ module.exports = function(grunt) {
|
||||
{ convertShapeToPath: false },
|
||||
{ cleanupNumericValues: false },
|
||||
{ convertTransform: false },
|
||||
{ removeUselessStrokeAndFill: false }
|
||||
{ removeUselessStrokeAndFill: false },
|
||||
{ removeTitle: true },
|
||||
{ removeDesc: true }
|
||||
]
|
||||
},
|
||||
dist: {
|
||||
|
||||
Reference in New Issue
Block a user