sapegin / grunt-webfont

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

Throws "Fatal error: ENOENT if `destHtml` file is not exists #336

Closed irfan closed 8 years ago

irfan commented 8 years ago

We are building our project in an empty folder and the destHtml output should be in a folder like 'tmp/foo/bar/demo.html', because the folder is not exists it triggers error.

Fatal error: ENOENT: no such file or directory, open 'tmp/foo/bar/demo.html'