-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Iconfont task kills my gulp #64
Comments
You're still using the JS fallback ? |
Yep, as I can't install the main version :( |
Hmm I actually re-installed it, I still have the errors but it seems to not use the JS fallback version now...
But I still have the issue
|
Can you manually upgrade the gulp-ttf2woff2 plugin in order to see if the last version fixes your problem? I solved some memory leaks for the JS version. I think you're still using the JS callback. |
Same over here with with both 1.1.1 and 1.1.0, except with the latter the install blows up similar to the above. With 1.1.1 there's still a bunch of warnings but make doesn't bail out. |
Any update? Can I use the version 1.0.0? I really need to have this task working or I'll have to find something else to generate my icon fonts :( |
You can revert to a prior version to avoid the issue right now. As a short term workaround, the next version will allow to select the font formats in output so you'll be able to disable WOFF2 font generation since it looks likes the problem sits there for you. See #39 (comment) Unfortunately, for Windows users, i think that WOFF2 support will not be enabled soon since i have no computer with Windows installed. We'll have to wait for a developper with strong debugging knowledge to debug this issue. |
Also, you can try to build the woff2 fork and use the spawnWOFF2 option. |
Forgot to tell that creating a failing repo will certainly help to debug and at least, to see if the issue is really Windows specific. |
I have this as well. I’m not sure this is related to WOFF2: when I remove the woff2 code from
I only have the error when I use ligatures (using |
Can you give me the full stack traces please? |
At least for me, what I posted is the full output, this is the complete stack trace. |
@sabberworm possible to share the failing code/icons in order to reproduce it ? |
+1 for making woff2 as a separate branch. |
I have the same issue, in a Mac OS X 10.9.5 and the node version
I try to remove all the
There is a workaround for this issue? maybe downgrade the version of ttf2woff2? |
I make a fork of the project and unplugged the ttf2woff2 plugin like-a-workaround. For the moment we will use this fork, waiting for the definitive solution. |
Seems like its now 4.x compatible: nfroidure/ttf2woff2#10 |
After updating npm from npm 0.12.7 to 4.2.2 and gulp-iconfont from 5.0.0 to 5.0.1. Woff2 format in option kills my build process randomly with |
@bm2u can you report the issue to the ttf2woff2 project to start discuss about this new bug? Nice to have: the svg/ttf outputed font. |
@nfroidure Did it - thx nfroidure/ttf2woff2#22 |
ttf2woff2 is really broken it seems. Even with no woff2 in my options it causes my visual studio task runner to crash. The fork by @dudesl (https://github.com/dudesl/gulp-iconfont) has worked for me - perhaps ttf2woff2 should be removed entirely from this project until it's in working order? |
I still can't reproduce the issue neither on a Mac or Linux system. I guess the only option is to make of gulp-ttf2woff2 an optional dependency. Can some of you try this branch? https://github.com/nfroidure/gulp-iconfont/tree/optionnal_woff2 |
Yep this branch seems to be working for me. For reference I'm using Windows 8.1 with Visual Studio Professional 2015 |
I have not had this issue again. |
So let's close |
Hey guys!
No idea if I'm doing something wrong, but after a while working with a gulp watch running, I have this error, even tho on watch I'm not doing anything with iconfont (but the files are required).
The text was updated successfully, but these errors were encountered: