silnrsi / smith

font development, testing and release
Other
14 stars 5 forks source link

Change srcdist target to include web package content #30

Closed devosb closed 7 years ago

devosb commented 7 years ago

I don't think the recent change @n7s made in b07569fc30bdac8cd927f7aba7fed6c7adde2f02 to archive this works. At least not that I can reproduce. I have (in wscript) both

woff = woff('web/' + tag + f + '-' + sn.replace(' ', '') + '.woff'),

To place .woff files in a web/ directory and

DOCDIR=["web"]

mhosken commented 7 years ago

This is being covered by issue #18.

devosb commented 7 years ago

Issue #18 does not solve this issue. Issue #31 is needed more than this issue. For this issue, a web server admin could copy the needed woff files out of a zip file to whatever directory their web server software requires.

devosb commented 7 years ago

This issue will be handled with code changes need for issue #31.