Skip to content

Commit 38e91a9

Browse files
committed
Merge pull request #16 from addyosmani/deploy
Add further info to gp.sh
2 parents 92df43c + 2858993 commit 38e91a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/gp.sh

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#!/bin/bash -e
22

3+
# This script pushes a demo-friendly version of your element and its
4+
# dependencies to gh-pages.
5+
36
# usage gp Polymer core-item
7+
# Run in a clean directory passing in a GitHub org and repo name
48
org=$1
59
repo=$2
610

0 commit comments

Comments
 (0)