sapegin / grunt-webfont

SVG to webfont converter for Grunt
MIT License
1.1k stars 210 forks source link

update ttf2woff2 for node 4+ support #287

Closed fernandopasik closed 8 years ago

fernandopasik commented 8 years ago

https://github.com/sapegin/grunt-webfont/issues/286

sapegin commented 8 years ago

Hm, it’s not a support, it’s a requirement. We should require node 4+ for grunt-webfont too.

nfroidure commented 8 years ago

Not anymore with the last ttf2woff2 update, in fact it is now compatible with at least Node 0.12. In all cases though, when the build fails the emscriten fallback still works.

fernandopasik commented 8 years ago

@sapegin can we bump grunt-webfont version and publish to npm also please?

nfroidure commented 8 years ago

We're about to make it build on windows too https://github.com/nfroidure/ttf2woff2/issues/13#issuecomment-155413000

Just wait a bit, we'll warn you asap.

sapegin commented 8 years ago

@fernandopasik I’d wait for Windows support too.

fernandopasik commented 8 years ago

Oh ok! Thanks @sapegin @nfroidure !

sapegin commented 8 years ago

@nfroidure Hey is it ready? ;-)

nfroidure commented 8 years ago

Not yet, i'm changing the emscripten build to use bindings and maybe avoid the AVG antivirus warning.