Adrian Leonhard

Results 34 comments of Adrian Leonhard

You can't use reference in that manner as it returns a PropSchema, not an actual object. You should be able to achieve what you are trying with the following. The...

@RicoSuter any chance of getting this merged?

@bialikover I don't see the point? svg2ttf only accepts those three options. (and svg2ttf wants `ts`, not `timestamp`, which seems to be breaking the build)

Which custom options? https://github.com/fontello/svg2ttf only mentions the three already passed.

What do you mean by "the second call"? When you run the gulp task a second time? Or when you run it in watch mode? Could you post the list...

Also, have you seen https://github.com/nfroidure/gulp-iconfont/issues/72#issuecomment-209261304 ? Could be related.

Hi @martingregoire thanks for the very detailed problem description! IIRC the feature was removed because it kind of defeated the purpose of the stream processing, as all files needed to...

I undid the referenced commit: https://github.com/nfroidure/gulp-svgicons2svgfont/commit/0ea0485988459162177b868898dc2e690a628d4e However there seems to be an issue with node 11: https://travis-ci.org/nfroidure/gulp-svgicons2svgfont/jobs/477584746. I updated to gulp 4.0.0, but it seems to have changed the handling...

OK, gulp really doesn't like you renaming the files in a plugin, so I've refactored it to be a replacement for gulp.src instead of a transforming plugin. There I am...

Are you mixing prefixed icons and non-prefixed icons? See also: https://github.com/nfroidure/gulp-iconfont/issues/169#issuecomment-398712978