1.2.1 • Published 7 years ago

gulpicon v1.2.1

Weekly downloads
97
License
MIT
Repository
github
Last release
7 years ago

Gulpicon

A gulp task wrapper for grunticon-lib.

Install

To install to your project and save the dependency in package.json:

npm install -s gulpicon

Usage

var glob = require("glob");
var gulp = require("gulp");
var gulpicon = require("gulpicon/tasks/gulpicon");

// grab the config, tack on the output destination
var config = require("./example/config.js");
config.dest = "example/output";

// grab the file paths
var files = glob.sync("example/svg/*.svg");

// set up the gulp task
gulp.task("icons", gulpicon(files, config));

TODO

  1. Move to plugin/operation on stream of files, requires alterations to grunticon-lib.
1.2.1

7 years ago

1.0.0

8 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.1

10 years ago

0.0.0

10 years ago