sapegin / grunt-webfont

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

fixed fatal error in node v6 passing `undefined` to path.extname() #330

Closed mrhyde closed 8 years ago

mrhyde commented 8 years ago

Due to changes in the last version of node passing null or undefined to path.extname() is not allowed anymore and will lead to Fatal error: Path must be a string. Received undefined see https://nodejs.org/api/path.html#path_path_extname_path

mrhyde commented 8 years ago

Would really apresciate if you could publish 1.3.1 on npm. Thanks

sapegin commented 8 years ago

Done.