sapegin / grunt-webfont

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

Ensure no parameter is passed to 'done' function #385

Closed landru29 closed 5 years ago

landru29 commented 6 years ago

Since nodejs 9.0.0, fs.writeFile seems to throw an undefined parameter as error instead of no parameter in the call back. It leads to an error 'done is not a function'

Now working with node 10.0.0

landru29 commented 6 years ago

@sapegin Any chance on getting this merged and a new release please?

sapegin commented 6 years ago

I can give you push rights to the repo and an npm package, if you want to make a new release. I haven't touched Grunt and icon fonts for many years ;-/

landru29 commented 6 years ago

Yes, that's a solution !