1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-22 18:50:54 +00:00
This commit is contained in:
astaxie 2013-09-19 23:40:55 +08:00
parent 95307a3d78
commit 3c1d23bc62

View File

@ -71,14 +71,12 @@ func Run() {
go GlobalSessions.GC()
}
if AutoRender {
err := BuildTemplate(ViewsPath)
if err != nil {
if RunMode == "dev" {
Warn(err)
}
}
}
middleware.VERSION = VERSION
middleware.AppName = AppName