-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.gitpod.yml
More file actions
25 lines (22 loc) · 701 Bytes
/
.gitpod.yml
File metadata and controls
25 lines (22 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
image:
file: .gitpod.Dockerfile
vscode:
extensions:
- hediet.vscode-drawio
- asciidoctor.asciidoctor-vscode
- mechatroner.rainbow-csv
ports:
- port: 5000
onOpen: open-preview
# https://github.com/swapagarwal/swag-for-dev/pull/573
# live-reload: Broken because of bad automatic configuration of live-reload plugin
# See: https://github.com/schickling/gulp-webserver/pull/126
# Once it's released, we will be able to set livereload config with custom `src` target
# to the right URL (found with `gp url <port>`)
- port: 35729
onOpen: ignore
tasks:
- init: >
npm install @antora/site-generator-default gulp-cli gulp gulp-connect
command: >
LIVERELOAD=true gulp