nfroidure/gulp-iconfont

.eot file is being generated, but iconfont-task is not configured to

Closed this issue · 1 comments

I have configured gulp-iconfont like that:

.pipe(iconfont({ fontName: iconFont.fontName, normalize: true, prependUnicode: false, appendCodepoints: false, formats: ['woff', 'woff2'], timestamp: runTimestamp

I have configured gulp-iconfont to generate only woff and woff2 font files but it always outputs an .eot file too. Is this a bug or am I doing something wrong?

Never mind! Don't know why, but it is working now.