grunt-font-awesome-svg

0.0.4 • Public • Published

grunt-font-awesome-svg

Gets font-awesome and parses it into separate SVG files. You can then use separate files for anything you want:

  • Generate your own fonts based on some of font-awesome glyphs and add your own with fontcustom
  • Use SVGs directly

This work is mostly based on CodeCharmLtd/Font-Awesome-SVG-PNG. I wanted to have only SVGs and grunt task.

Getting Started

This plugin requires Grunt ~0.4.5

If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

npm install grunt-font-awesome-svg --save-dev

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks('grunt-font-awesome-svg');

The "font_awesome_svg" task

Overview

In your project's Gruntfile, add a section named font_awesome_svg to the data object passed into grunt.initConfig().

grunt.initConfig({
  font_awesome_svg: {
    some_target: {
      destination: "build/svg/font-awesome"
    }
  },
});

Options

destination

Type: String

Where separate SVG files should go to. Directory will be created if not exists.

Readme

Keywords

Package Sidebar

Install

npm i grunt-font-awesome-svg

Weekly Downloads

1

Version

0.0.4

License

none

Last publish

Collaborators

  • sylvix