nice clean recipes
pear.dunkirk.sh
recipes
1root = "."
2testdata_dir = "testdata"
3tmp_dir = "tmp"
4
5[build]
6 args_bin = []
7 bin = "./tmp/main"
8 cmd = "go build -ldflags \"-X main.gitHash=$(git rev-parse HEAD)\" -o ./tmp/main ."
9 delay = 1000
10 exclude_dir = ["assets", "tmp", "vendor", "testdata"]
11 exclude_regex = ["_test.go"]
12 exclude_unchanged = true
13 follow_symlink = true
14 full_bin = ""
15 include_dir = []
16 include_ext = ["go", "html", "js", "css"]
17 include_file = []
18 kill_delay = "0s"
19 log = "build-errors.log"
20 poll = false
21 poll_interval = 0
22 rerun = false
23 rerun_delay = 500
24 send_interrupt = false
25 stop_on_error = false
26
27[color]
28 app = ""
29 build = "yellow"
30 main = "magenta"
31 runner = "green"
32 watcher = "cyan"
33
34[log]
35 main_only = false
36 time = false
37
38[misc]
39 clean_on_exit = false
40
41[screen]
42 clear_on_rebuild = false
43 keep_scroll = true