http-server -c-1 open http://localhost:8080/test/index.html [ then view console log ]
git checkout gh-edge git rebase edge
jspm bundle index.js --inject --minify
git add config.js build.* git commit --amend --no-edit
git push gh-edge gh-edge:gh-pages --force
git checkout gh-pages git rebase master
jspm bundle index.js --inject --minify
git add config.js build.* git commit --amend --no-edit
git push github gh-pages --force
git checkout master git cherry-pick # for each new commit on github/gh-pages
git checkout gh-pages git rebase master
git checkout github/gh-pages git reset --hard gh-pages