Watch for changes in js

This commit is contained in:
joncrangle
2023-11-30 22:06:52 -05:00
parent 518a94139b
commit d639ee68c1

View File

@@ -14,7 +14,7 @@ tmp_dir = "tmp"
follow_symlink = false follow_symlink = false
full_bin = "RULESET=./ruleset.yaml ./tmp/main" full_bin = "RULESET=./ruleset.yaml ./tmp/main"
include_dir = [] include_dir = []
include_ext = ["go", "tpl", "tmpl", "yaml", "html"] include_ext = ["go", "tpl", "tmpl", "yaml", "html", "js"]
include_file = [] include_file = []
kill_delay = "0s" kill_delay = "0s"
log = "build-errors.log" log = "build-errors.log"