_vendor/assets directory missing
Closed this issue · 1 comments
pguitard commented
Hi JP,
I get the following error when I build the site:
rsync: link_stat "/Users/philippe/Documents/MyCode/Sandbox/jekyll_app_site/_vendor/assets/javascripts/*" failed: No such file or directory (2) rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-42/rsync/main.c(992) [sender=2.6.9]
Should spawn("rsync _vendor/assets/javascripts/* assets")
get removed from the serve task or should an empty _vendor/assets/javascripts
directory be created?
Cheers,
Philippe.
jpsim commented
Looks like the repo was missing the _vendor
directory. I've added it back in. Thanks for pointing this out!