grunt-cxsvg

0.3.8 • Public • Published

grunt-cxsvg

The cx svg optimizer.

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-cxsvg --save-dev

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

grunt.loadNpmTasks('grunt-cxsvg');

The "cxsvg" task

//npm publish ./

Overview

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

grunt.initConfig({
  cxsvg: {
    options: {
      // Task-specific options go here.
    },
    wj:{
        prefix:'i-',
        files:{ 'assets/icons/wjicons.svg': ['assets/svgs/wj/*.svg']}
    },
    your_target: {
      // Target-specific file lists and/or options go here.
 
    },
  },
});

Options

options.dir

Type: String Default value: 'assets/svg/ '

A string value that is the svg asset folder contaiing the original svg files.

options.outputFile

Type: String Default value: 'wjicons.svg'

A string value that is the name of the file to store the optimized and concatenated svg files.

Release History

(Nothing yet)

Dependencies (1)

Dev Dependencies (5)

Package Sidebar

Install

npm i grunt-cxsvg

Weekly Downloads

0

Version

0.3.8

License

none

Last publish

Collaborators

  • blackmambahk