perrin4869 / grunt-fontgen

grunt-fontgen
MIT License
6 stars 4 forks source link

Grunt compilation error #5

Closed julianxhokaxhiu closed 8 years ago

julianxhokaxhiu commented 8 years ago
Loading "fontgen.js" tasks...ERROR
>> [object Object]
Warning: Task "fontgen" not found. Use --force to continue.
julianxhokaxhiu commented 8 years ago

Ok found the issue: it ends up that this fix is actually breaking my environment. SInce until today I used batik-ttf2svg from now on I have to switch to ttf2svg on Linux. Which is ok for me but now I have to fix all the places where I used my stack.

For everyone who's having the same issue, I'll leave this as a reference.

On Linux please use npm install -g ttf2svg On OSX please refer on how to install batik-ttf2svg