realize/.realize.yaml

38 lines
495 B
YAML
Raw Normal View History

2017-12-16 16:54:40 +00:00
settings:
2017-12-29 18:30:17 +00:00
debug: true
2017-12-16 16:54:40 +00:00
legacy:
force: false
interval: 0s
server:
status: true
open: true
port: 3000
host: localhost
schema:
- name: realize
path: .
commands:
generate:
status: true
install:
status: true
2017-12-29 18:30:17 +00:00
vet:
status: true
2017-12-16 16:54:40 +00:00
test:
status: true
fmt:
status: true
watcher:
paths:
- /
extensions:
- go
- html
- css
- js
ignored_paths:
- .git
- .realize
- vendor
- realize/assets