I have a problem using ss social circle web fonts.
In my rules I have:
compile '/assets/webfonts/*/' do
end
route '/assets/webfonts/*' do
end
in the web fonts folder I have:
ss-social-circle.css ss-social-circle.svg ss-social-circle.woff
ss-social-circle.eot* ss-social-circle.ttf ss-social.js
This gives me following error:
RuntimeError: Found 5 content files for content/assets/webfonts/ss-social-circle; expected 0 or 1
I'm not sure how to mitigate this problem in nanoc