diff --git a/Makefile b/Makefile index da4227be..f6a7da55 100644 --- a/Makefile +++ b/Makefile @@ -17,5 +17,6 @@ package: publish: rm -rf dist/* + cd dist && git pull cp -r app/* dist/ cd dist && git add --all . && git commit -am "merged with master" && git push origin gh-pages \ No newline at end of file diff --git a/app/partials/message.html b/app/partials/message.html index 88115eb8..b53a1ec1 100644 --- a/app/partials/message.html +++ b/app/partials/message.html @@ -115,12 +115,6 @@
-