Skip to content

Commit 2858993

Browse files
committed
Add further info to gp.sh
1 parent 92df43c commit 2858993

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)