forget to update from master - fix this

This commit is contained in:
Sergey Lapin 2015-07-24 19:59:53 +03:00
parent a48cce5439
commit 9898c0c8ab

View File

@ -4,6 +4,7 @@ set -o errexit # Exit on error
git stash save
git checkout gh-pages
git pull --rebase origin master
cd examples/todomvc
webpack
git add .