Pierre Bertet

Results 100 comments of Pierre Bertet

Good idea! We could even drop the `package.json:esbuildConfig` and check the package.json if no esbuild.config.json is present and no file path has been passed. For the key, I think it...

Fantastic idea! I’ll add it :+1:

Definitely! I haven’t started yet, but it is the next thing I plan to add :slightly_smiling_face:

Could you post the file and the command used to generate it?

Thanks. These files do not contain anything, it looks like the URLs are wrong, but fontello-svg still created the files. Did you get any error in the console? Could you...

Thanks, it looks good! Just one thing: I would like to keep the console output separated from the library itself (index.js), so that it can still be used as a...

Yes, it’s because fontello-svg is fetching the data directly from the fontello repository as you can see here: https://github.com/bpierre/fontello-svg/blob/master/index.js#L29-L30 Is there any trace of the original names in your file?...

That’s great, thanks! I just found another really interesting file in the main project repository, which could be downloaded and cached by fontello-svg: https://github.com/fontello/fontello/blob/master/lib/embedded_fonts/client_config.js It contains all the _uid_ ⇔...

Glad to see that fontello-svg helps other people! I am not really interested in Grunt, but maybe I could write a function to handle everything the way the binary currently...