DragonsInn / fontgen-loader

Automated webfont generation from SVG icons. Use with WebPack!
125 stars 42 forks source link

Fix url on windows #12

Closed maxaon closed 8 years ago

maxaon commented 8 years ago

On Windows retrieving of font is broken with error ERROR in ../~/css-loader!..!./octicons.font.js Module not found: Error: Cannot resolve 'file' or 'directory' ./󀖋d36da36585f5d8fdec59ef75daf-Octicons.eot in c:\www\projects\fontgen-loader\test @ ../~/css-loader!..!./octicons.font.js 6:89-144 Path join creates path with backslash, when url shoul be with slash

maxaon commented 8 years ago

@IngwiePhoenix What about this pull?

IngwiePhoenix commented 8 years ago

Oops, oversaw it. My bad. Going to review it real quick.

IngwiePhoenix commented 8 years ago

Going to bump the version on NPM next.

Thanks for the PR!

IngwiePhoenix commented 8 years ago

You can now use 0.1.9 :)

maxaon commented 8 years ago

Thanks!