grunt-svgreindeer
v0.4.3
Published
Grunt task for svgreindeer. Renders SVG's to PNG's for a fallback in older IE's and email clients.
Downloads
1
Maintainers
Readme
grunt-svgreindeer
Grunt task for svgreindeer.
Renders SVG's to PNG's for a fallback in older IE's and email clients.
Getting started
install and save dependencies
npm install grunt-svgreindeer --save-dev
enable it in Gruntfile.js
grunt.loadNpmTasks('grunt-svgreindeer');
The "svgreindeer" task
Overview
In your project's Gruntfile, add a section named svgreindeer
to the data object passed into grunt.initConfig()
.
grunt.initConfig({
svgreindeer: {
options: {
// Task-specific options go here.
},
your_target: {
// Target-specific file lists and/or options go here.
},
},
});
Options
Please check svgreindeer.yml for a list of available options.
About
Feedback welcome! Contact me @bennyschudel or follow me on twitter.
Copyright (c) 2014 Benny Schudel - MIT-License