bpierre / fontello-svg

Generate SVG icons from a Fontello icon set.
MIT License
65 stars 7 forks source link

Download failed #12

Open batiskafff opened 6 years ago

batiskafff commented 6 years ago

During svg generation I got error:

[error] download failed: https://raw.github.com/fontello/awesome-uni.font/master/src/svg/filter.svg

looks like github use other direct link: https://raw.githubusercontent.com/fontello/awesome-uni.font/master/src/svg/filter.svg

raw.githubusercontent insteadof raw.github

In browser github will redirect you automatically, however in my environment it wasn`t happen.

node: v4.2.2 npm: v.4.6.1

Thank You