Print helpful welcome message in Gitpod

This commit is contained in:
Jan Keromnes 2019-02-28 11:47:39 +00:00
parent 379d7abb57
commit a7b537787c

View file

@ -3,4 +3,7 @@ ports:
onOpen: open-preview
tasks:
- init: npm install && npm install -g grunt-cli
command: grunt fastBuild && python3 -m http.server 8000
command: >
grunt fastBuild &&
printf "\nWelcome to Learn Git Branching\nTo rebuild the app, simply run 'grunt fastBuild' and reload index.html.\n\n" &&
python3 -m http.server 8000 2>/dev/null