diff --git a/gp.sh b/gp.sh index 8cba37d1a..e98668fda 100755 --- a/gp.sh +++ b/gp.sh @@ -54,7 +54,7 @@ pwd rm -rf components/$repo/.git # copy all dependencies while excluding this directory... -rsync -r --exclude=temp --exclude=$repo ./components/ +rsync -r --exclude=temp --exclude=$repo ../../ ./components/ # redirect by default to the component folder echo "" >index.html