diff --git a/Makefile b/Makefile index 5dcea9b3..6d326a8e 100644 --- a/Makefile +++ b/Makefile @@ -13,11 +13,9 @@ ghdist: cd dist && git checkout gh-pages publish: - ./node_modules/gulp/bin/gulp.js clean - cd dist && git pull origin gh-pages - ./node_modules/gulp/bin/gulp.js publish + ./node_modules/gulp/bin/gulp.js build echo -n "Please open http://localhost:8000/dist/index.html and check if everything works fine." && read -e - cd dist && git add --all . && git commit -am "merged with master" && git push origin gh-pages + ./node_modules/gulp/bin/gulp.js deploy bump: ./node_modules/gulp/bin/gulp.js bump @@ -32,4 +30,4 @@ txupdate: txupload: tx pull -f - tx push -s \ No newline at end of file + tx push -s diff --git a/app/index.html b/app/index.html index 41ef9785..eca0e6b8 100644 --- a/app/index.html +++ b/app/index.html @@ -89,6 +89,7 @@ +