bench-forgejo/.fswatch.json

21 lines
369 B
JSON
Raw Normal View History

2014-04-06 20:42:19 +05:30
{
2014-04-06 21:49:59 +05:30
"paths": ["."],
2014-04-06 20:42:19 +05:30
"depth": 2,
"exclude": [
2014-04-06 21:49:59 +05:30
"^gogs$",
2014-04-06 20:42:19 +05:30
"~$",
"\\.swp$",
"\\.exe$",
2014-04-06 21:49:59 +05:30
"\\.swx$",
".*\\.log$"
2014-04-06 20:42:19 +05:30
],
2014-04-06 21:49:59 +05:30
"include": ["\\.go$"],
2014-04-06 20:42:19 +05:30
"command": [
"bash", "-c", "go build && ./gogs web"
],
"env": {
2014-04-06 21:49:59 +05:30
"POWERED_BY": "github.com/shxsun/fswatch"
2014-04-06 20:42:19 +05:30
},
"enable-restart": false
}