We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92df43c commit 2858993Copy full SHA for 2858993
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