Skip to content

Commit

Permalink
fixed gp.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewirts committed Mar 9, 2015
1 parent 074a3be commit ba5f16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pwd
rm -rf components/$repo/.git

# copy all dependencies while excluding this directory...
rsync -r --exclude=temp --exclude=fin-hypergrid ../../ ./components/
rsync -r --exclude=temp --exclude=$repo ../../ ./components/

# redirect by default to the component folder
echo "<META http-equiv="refresh" content=\"0;URL=components/$repo/\">" >index.html
Expand Down

0 comments on commit ba5f16f

Please sign in to comment.