-
-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Codepoint naming incorrect #67
Comments
Hi! I'm unable to reproduce this issue. I made a lot of test to try to detect this but with no success. Could you create a repo with the minimal setup to reproduce it ? Also, you should try to use the current repo state to test if the next release will fix your issue. |
I see! Here is a repo with my tests https://github.com/klingberg/icon-test I also get this waring during npm install if it's any help:
|
Is it maybe related to the case-sensitivity of the file system used? Or whether the “u” or one of the characters in the hex code are upper- or lowercased? |
I reproduced the problem. It sits in gulp-svgicons2svgfont. The metadata provider needs to have the file inputed in order but since in gulp streams they comes in an unknown order, it doesn't work. We can: I'm currently not sure which fix is better. Feel free to give your advice. |
I'm also receiving this error when adding a new svg file to an existing folder. I'm using version 4.0.0 of the library. Any solution? This happens regardless of what value I put in appendUnicode option. |
You can help by following those steps #72 (comment) |
Hi!
I can't get the latest release to work properly.
This is my gulpfile:
When I run the task the first time this is generated:
If I add another icon (facebook.svg) and run the task again I get this error:
And these are the svg's generated:
I use:
Seems like someone had a similar problem #53
Everything works fine with the same setup but with gulp-iconfont v1.0.1
Cheers!
The text was updated successfully, but these errors were encountered: