mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-06 11:04:35 +02:00
9 lines
304 B
YAML
9 lines
304 B
YAML
ports:
|
|
- port: 8000
|
|
onOpen: open-preview
|
|
tasks:
|
|
- init: npm install && npm install -g 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
|