gavro / gulp-iconify

'A mystical CSS icon solution', grunticon-like build system.
MIT License
50 stars 22 forks source link

How can I disable PNG/CSS output? #18

Open peterjwest opened 9 years ago

alexkrauss commented 9 years ago

CSS output can be suppressed using the option cssOutput: false. There does not seem to be an option for disabling PNG output. My workaround is to move them to some tmp folder, where they do not get in the way.

peterjwest commented 9 years ago

My solution was to directly use the upper level library (https://github.com/gavro/gulp-iconify/blob/master/lib/iconify.js) which does the actual embedding.