From 2d66d435c5a19f9bde13fe5b9b768298b7b7cdbe Mon Sep 17 00:00:00 2001 From: steve wirts Date: Mon, 30 Nov 2015 08:37:30 -0500 Subject: [PATCH] added back webcomponents dependencies --- gp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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