Skip to content

Commit e9bf4b2

Browse files
author
Hoang Nguyen
committed
add watching html files
1 parent 2379fff commit e9bf4b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bra.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ watch_all = true
44
watch_dirs = [
55
"$WORKDIR/"
66
]
7-
watch_exts = [".go"]
7+
watch_exts = [".go", ".html"]
88
ignore = [".git"]
99

1010
# Minimal interval to Trigger build event

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Get, build and run:
7777

7878

7979
### Development
80-
- (Optional) Auto rebuild and restart server when you make changes in `*.go` files using [bra](https://github.com/Unknwon/bra)
80+
- (Optional) Use [bra](https://github.com/Unknwon/bra) to auto rebuild and restart server when you make changes in `*.go` and `*.html` files:
8181
* `go get github.com/Unknwon/bra`
8282
* `bra run`
8383
* Happy coding

0 commit comments

Comments
 (0)