FamousArchives / generator-famous

for those who hate doing things once
123 stars 26 forks source link

fonts not copied to distribution directory #29

Closed DrClick closed 10 years ago

DrClick commented 10 years ago

Hey Myles. I ran across an issue where grunt did not put my fonts into the dist folder. My css was correctly loading it from my content directory. The resulting css was now looking to CSS/content/myFont.woff instead of content/myfont.woff. Myfont.woff was nowhere to be found. I am guessing I am doing something wrong.

MylesBorins commented 10 years ago

This should be fixed now. Fwiw you should look at the folder structure that was given. The generator is expecting to find fonts in styles/fonts

Are you running an older version?