mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-03 03:04:27 +02:00
Merge pull request #549 from jankeromnes/master
Print helpful welcome message in Gitpod
This commit is contained in:
commit
94aac00f3b
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue