grunt-svgreindeer

0.4.3 • Public • Published

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

Package Sidebar

Install

npm i grunt-svgreindeer

Weekly Downloads

4

Version

0.4.3

License

none

Last publish

Collaborators

  • bennyschudel