pcottle.learnGitBranching/.gitpod.yml
2019-04-29 14:13:59 -07:00

9 lines
306 B
YAML

ports:
- port: 8000
onOpen: open-preview
tasks:
- init: yarn install && yarn global add grunt-cli
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