2014-04-06 15:12:19 +00:00
|
|
|
{
|
2014-04-06 16:19:59 +00:00
|
|
|
"paths": ["."],
|
2014-04-06 15:12:19 +00:00
|
|
|
"depth": 2,
|
2014-04-07 06:14:17 +00:00
|
|
|
"exclude": [],
|
2014-04-06 16:19:59 +00:00
|
|
|
"include": ["\\.go$"],
|
2014-04-06 15:12:19 +00:00
|
|
|
"command": [
|
|
|
|
"bash", "-c", "go build && ./gogs web"
|
|
|
|
],
|
|
|
|
"env": {
|
2014-04-06 16:19:59 +00:00
|
|
|
"POWERED_BY": "github.com/shxsun/fswatch"
|
2014-04-06 15:12:19 +00:00
|
|
|
},
|
2014-04-07 06:14:17 +00:00
|
|
|
"enable-restart": true
|
2014-04-06 15:12:19 +00:00
|
|
|
}
|