0.4.3 • Published 10 years ago

grunt-svgreindeer v0.4.3

Weekly downloads
1
License
-
Repository
github
Last release
10 years ago

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

0.4.3

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.1

10 years ago