Split SVG sprite to files
npm install https://github.com/el-fuego/grunt-svg-split --save-dev
grunt.initConfig({
'svg-split': {
sprite: {
src: [
'path/to/sprite.svg'
],
dist: 'path/to/folder'
}
}
};
Type: Array
Default value: []
Array of files masks for splitting
Type: String
Default value: ''
Directory for splitted SVGs