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 = ;var gulp = ;var gulpicon = ; // grab the config, tack on the output destinationvar config = ;configdest = "example/output"; // grab the file pathsvar files = glob; // set up the gulp taskgulp;
TODO
- Move to plugin/operation on stream of files, requires alterations to
grunticon-lib
.