Air: Don't rebuild for html, don't restart on error
This commit is contained in:
parent
963994abbc
commit
981f043b7f
1 changed files with 3 additions and 3 deletions
|
|
@ -7,14 +7,14 @@ tmp_dir = "tmp"
|
|||
bin = "./tmp/nidus-sync"
|
||||
cmd = "go build -o ./tmp/nidus-sync ."
|
||||
delay = 1000
|
||||
exclude_dir = ["static", "tmp"]
|
||||
exclude_dir = ["templates", "static", "tmp"]
|
||||
exclude_file = []
|
||||
exclude_regex = ["_test.go"]
|
||||
exclude_unchanged = false
|
||||
follow_symlink = false
|
||||
full_bin = ""
|
||||
include_dir = []
|
||||
include_ext = ["go", "html"]
|
||||
include_ext = ["go"]
|
||||
include_file = []
|
||||
kill_delay = "0s"
|
||||
log = "build-errors.log"
|
||||
|
|
@ -25,7 +25,7 @@ tmp_dir = "tmp"
|
|||
rerun = false
|
||||
rerun_delay = 500
|
||||
send_interrupt = false
|
||||
stop_on_error = false
|
||||
stop_on_error = true
|
||||
|
||||
[color]
|
||||
app = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue