gulp-iconify
gulp-iconify copied to clipboard
'A mystical CSS icon solution', grunticon-like build system.
This fixes #39
For this feature request: https://github.com/gavro/gulp-iconify/issues/new
I get this error when doing npm install with gulp-iconify in my package.json ``` Downloading binary from https://github.com/sass/node-sass/releases/download/v3.13.1/darwin-x64-57_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/darwin-x64-57_binding.node": HTTP error 404 Not Found ``` I believe it...
It's an extremely easy to implement, and would be really handy to have. I have a fork with it implemented but its not auto-mergable due to other non-essential chaotic changes...
For my project I'd like to use gulp-iconify, but I'm running into issues when I'm trying to run multiple instances of the gulp task with the 'runSequence' plugin. `gulp.task('default:iconify', function...
Added simple non-breaking addition to look up SVG's viewBox property in case there no width/height properties. It's a crime to not event attemp to do that as ViewBox is used...
Is it possible to use streamed files instead of src defined in the options? I see in your [index.js](https://github.com/gavro/gulp-iconify/blob/master/index.js#L88-L94) that you have done so but it seems that I cannot...
Hi, I'd like to overwrite the default template (using `styleTemplate`). What I'd really like it to have is one template for my PNG output, and one template for the SVG...
There are no dimensions in the fallback SCSS file.