We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92df43c + 2858993 commit 38e91a9Copy full SHA for 38e91a9
bin/gp.sh
@@ -1,6 +1,10 @@
1
#!/bin/bash -e
2
3
+# This script pushes a demo-friendly version of your element and its
4
+# dependencies to gh-pages.
5
+
6
# usage gp Polymer core-item
7
+# Run in a clean directory passing in a GitHub org and repo name
8
org=$1
9
repo=$2
10
0 commit comments