1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-13 00:38:12 -04:00
gitea/.fswatch.json

13 lines
237 B
JSON
Raw Normal View History

2014-04-06 11:12:19 -04:00
{
2014-04-06 12:19:59 -04:00
"paths": ["."],
2014-04-06 11:12:19 -04:00
"depth": 2,
2014-04-07 02:14:17 -04:00
"exclude": [],
2014-04-08 12:26:12 -04:00
"include": ["\\.go$", "\\.ini$"],
2014-04-06 11:12:19 -04:00
"command": [
"bash", "-c", "go build && ./gogs web"
],
"env": {
2014-04-06 12:19:59 -04:00
"POWERED_BY": "github.com/shxsun/fswatch"
2014-04-09 12:07:57 -04:00
}
2014-04-06 11:12:19 -04:00
}