0.3.8 • Published 10 years ago

grunt-cxsvg v0.3.8

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

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)

0.3.8

10 years ago

0.3.7

10 years ago

0.3.6

10 years ago

0.3.5

10 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

11 years ago

0.3.1

11 years ago

0.3.0

11 years ago

0.2.0

11 years ago

0.1.0

11 years ago