Open peterjwest opened 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.
cssOutput: false
tmp
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.
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 sometmp
folder, where they do not get in the way.