Changed the templating engine to a custom one. First bugged working example
This commit is contained in:
17
.air.conf
Normal file
17
.air.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
root = "."
|
||||
tmp_dir = "tmp"
|
||||
|
||||
[build]
|
||||
cmd = "go build -o ./tmp/main ./src/main.go"
|
||||
bin = "tmp/main"
|
||||
full_bin = "tmp/main"
|
||||
include_ext = ["go", "tpl", "tmpl", "html", "css", "js"]
|
||||
exclude_dir = ["tmp", "vendor"]
|
||||
|
||||
[log]
|
||||
time = true
|
||||
|
||||
[colors]
|
||||
main = "yellow"
|
||||
watcher = "cyan"
|
||||
build = "green"
|
||||
Reference in New Issue
Block a user