MINI Sh3ll
module.exports = {
'prod': {
src: 'svg/2.1/*/*.svg',
dest: 'dist/fonts',
destCss: 'less/temp',
options: {
font: 'Material-Design-Iconic-Font',
syntax: 'bootstrap',
stylesheet: 'less',
centerHorizontally : true,
normalize: true,
template: 'grunt/templates/glyphs.css',
destHtml: 'dist',
htmlDemoTemplate: 'grunt/templates/glyphs.html',
templateOptions: {
baseClass: 'zmdi',
classPrefix: 'zmdi-',
mixinPrefix: 'zmdi-'
}
}
},
'dev': {
src: 'svg/2.1/*/*.svg',
dest: 'test/fonts',
destCss: 'less/temp',
options: {
font: 'Material-Design-Iconic-Font',
syntax: 'bootstrap',
styles: 'icon',
stylesheet: 'less',
centerHorizontally : true,
normalize: true,
template: 'grunt/templates/glyphs.css',
destHtml: 'test',
htmlDemoTemplate: 'grunt/templates/glyphs.html',
templateOptions: {
baseClass: 'zmdi',
classPrefix: 'zmdi-',
mixinPrefix: 'zmdi-'
}
}
}
};
OHA YOOOO