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-06 12:19:59 -04:00
|
|
|
"include": ["\\.go$"],
|
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-06 11:12:19 -04:00
|
|
|
},
|
2014-04-07 02:14:17 -04:00
|
|
|
"enable-restart": true
|
2014-04-06 11:12:19 -04:00
|
|
|
}
|