This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
add fswatch.json for hot compile
tags/v1.2.0-rc1
skyblue
11 years ago
parent
1336d8d54d
commit
a04918e36d
1 changed files
with
22 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+22
-0
.fswatch.json
+ 22
- 0
.fswatch.json
View File
@@ -0,0 +1,22 @@
{
"paths": [
"."
],
"depth": 2,
"exclude": [
"^gogs$",
"~$",
"\\.swp$",
"\\.exe$",
"\\.swx$",
".*\\.log$"
],
"include": [],
"command": [
"bash", "-c", "go build && ./gogs web"
],
"env": {
"PROGRAM": "fswatch"
},
"enable-restart": false
}
Write
Preview
Loading…
Cancel
Save