|
|
@@ -4,15 +4,15 @@ tmp_dir = "tmp"
|
|
|
|
|
|
[build]
|
|
|
args_bin = []
|
|
|
-bin = "./tmp/main"
|
|
|
-cmd = "make build -- -o ./tmp/main"
|
|
|
+bin = "./imgproxy"
|
|
|
+cmd = "make build"
|
|
|
delay = 1000
|
|
|
exclude_dir = ["assets", "tmp", "vendor", "testdata"]
|
|
|
exclude_file = []
|
|
|
exclude_regex = ["_test.go"]
|
|
|
exclude_unchanged = false
|
|
|
follow_symlink = false
|
|
|
-full_bin = ""
|
|
|
+full_bin = "make run --"
|
|
|
include_dir = []
|
|
|
include_ext = ["go", "tpl", "tmpl", "html"]
|
|
|
include_file = [
|