1
0
mirror of https://github.com/beego/bee.git synced 2025-06-19 01:40:40 +00:00

Working on bee bale

This commit is contained in:
Unknown
2013-09-03 13:23:58 -04:00
parent b30217c1d3
commit e606b0045d
11 changed files with 198 additions and 13 deletions

View File

@ -4,5 +4,14 @@
"controllers": "",
"models": "",
"others": []
},
"bale": {
"import": "github.com/astaxie/bee/bale",
"dirs": [
"views", "static", "conf"
],
"ignore_ext": [
".go"
]
}
}