inkdropapp / docs-old

Inkdrop documentation
https://docs.inkdrop.app/
MIT License
74 stars 16 forks source link

fix: clone submodule repositories recursively #18

Closed elpnt closed 4 years ago

elpnt commented 4 years ago

Hi.

I'm trying to get my plugins to work on mobile as well. When cloning my repo forked from inkdropapp/inkdrop-mobile-plugins , I found cloned submodule packages (breaks, embed, flowchart, ...) are all empty and thus npm run build fails.

Screen Shot 2020-10-02 at 22 33 59

We need a --recursive flag when git clone the forked repo to fully clone submodule packages.

craftzdog commented 4 years ago

You are right. Thanks for the PR!